gaoluyang
2 天以前 896d6b7d1962ccd56ce1e30ccc6b68bf2e54b05c
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;
}