yyb
2 天以前 bf4cd4ee46b87410e82734c22f8d9d1cfe2fd364
src/assets/styles/element-ui.scss
@@ -225,6 +225,17 @@
  background: var(--el-table-current-row-bg-color) !important;
}
.el-table .el-table__footer-wrapper {
  border-top: 1px solid var(--surface-border);
}
.el-table .el-table__footer-wrapper tbody td.el-table__cell,
.el-table .el-table__footer-wrapper tfoot td.el-table__cell {
  background: var(--surface-base) !important;
  border-top: 1px solid var(--surface-border);
  font-weight: 600;
}
.el-pagination {
  margin-top: 18px;
}