Element-UI的table 合计自动显示在table下面

table 合计显示被隐藏了此时我们只需要修改全局样式

.el-table {
        overflow: visible !important; }

你可能感兴趣的:(css,vue.js,javascript)