1// 定义主题相关变量 2$light-header-bg: $color_nav_hover; 3$light-header-text: #222; 4html:not(.dark) { 5 .customTableHeader { 6 th.el-table__cell { 7 background: $light-header-bg; 8 color: $light-header-text; 9 font-size: 16px; 10 } 11 } 12} 13
elementplus自定义背景色切换主题变成默认背景色

达里尔
2025-03-10
686 0 0
点赞
收藏
评论区
加载中...