记录一下,有这个需求的代码如下
.el-table { .el-table__body-wrapper { &::-webkit-scrollbar { background: rgba(213, 215, 220, 0.3); display: none; width: 0; border: none; } &::-webkit-scrollbar-track { border: none; display: none; } } th.gutter { display: none !important; width: 0 !important } colgroup col[name='gutter'] { display: none; width: 0; } .el-table__body { width: 100% !important; } }