wangting
2025-01-06 97c92751e8ce435177a633109ea83682e2b894d8
Source/plt-web/plt-web-ui/src/styles/ui.scss
@@ -453,7 +453,14 @@
.el-table .sort-caret.descending{
  bottom: 0;
}
/****处理固定列错行问题****/
.el-table .el-table__fixed,.el-table .el-table__fixed-right{
  height: 100% !important;
}
.el-table__fixed .el-table__fixed-body-wrapper,.el-table__fixed-right .el-table__fixed-body-wrapper{
  height: calc(100% - 37px) !important;
  top:37px !important;
}
/*
分页
 */