// 定义主题相关变量
$light-header-bg: $color_nav_hover;
$light-header-text: #222;
html:not(.dark) {
.customTableHeader {
th.el-table__cell {
background: $light-header-bg;
color: $light-header-text;
font-size: 16px;
}
}
}
elementplus自定义背景色切换主题变成默认背景色
点赞
收藏