1
PC-20250623MANY\Administrator
2025-08-23 6555f7b959fcfbbfe7d3c16047be620c26f363e5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/* 改变主题色变量 */
$--color-primary: #287dff;
 
/* 改变 icon 字体路径变量,必需 */
$--font-path: "~element-ui/lib/theme-chalk/fonts";
 
@import "~element-ui/packages/theme-chalk/src/index";
 
// 全局elment-ui样式修改
.el-tabs__item {
  color: #eee;
}
.el-drawer,
.el-drawer__header > :first-child,
.el-table,
.el-table tr,
.el-dialog,
.el-dialog__title,
.el-table--enable-row-hover .el-table__body tr:hover > td,
.el-table th.el-table__cell {
  background-color: #333 !important;
  color: #fff !important;
}
 
.el-form-item__label {
  color: #fff !important;
}