赞
踩
在使用fixed固定列的时候会出现滚动条被盖住的情况
改变el-table固定列的计算高度即可
.el-table { .el-table__fixed-right, .el-table__fixed { height:auto !important; bottom:15px !important; } }