jdcProject_front/src/styles/element-plus.scss
2022-10-28 14:27:35 +08:00

9 lines
151 B
SCSS

/** 自定义 Element Plus 样式 */
.el-table {
// 表头
th.el-table__cell {
background-color: var(--el-fill-color-light) !important;
}
}