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