update element-ui.scss

This commit is contained in:
不做码农 2023-07-13 12:58:03 +08:00
parent 10c67a15bf
commit b8713729d3

View File

@ -128,3 +128,7 @@
justify-content: space-between; justify-content: space-between;
} }
} }
// el-table 表头样式
.el-table-header-cell {
text-align: center !important;
}