/* 设置默认高度-滚动条高度 */
.el-table__fixed {
height: calc(100% - 16px) !important;
}
javascript
.el-table__fixed {
height: calc(100% - 16px) !important;
}
.el-table__fixed:before {
height: 0px;
}