Element UI Table 固定列遮挡横向滚动条问题解决方案记录
.el-table{ ::v-deep .el-table__fixed{ height: auto !important; bottom: 16px; // 横向滚动条高度 } ::v-deep .el-table__fixed::before { display:none; // 边框显示问题 } ::v-deep .el-table__fixed-right::before { display:none; } }
记录进步!!!!