美文网首页
element table 合计 滚动条位置

element table 合计 滚动条位置

作者: Aiya_yaya | 来源:发表于2019-11-12 16:09 被阅读0次

element有个很坑的地方,就是table上加合计,滚动条竟然在中间,这我就受不了了,简单暴力的解决掉它。

.tab-scoll{

    .el-table__body-wrapper{

        padding-bottom:47px;

    }

    .el-table__footer-wrapper{

        position: absolute;

        bottom: 16px;

        width: 100%;

    }

    .el-table__fixed-footer-wrapper{

        bottom:16px;

    }

}

相关文章

网友评论

      本文标题:element table 合计 滚动条位置

      本文链接:https://www.haomeiwen.com/subject/kkdqictx.html