1
PC-20250623MANY\Administrator
2025-08-30 bc3a812e4134c46f2c7f118de0cf7cbee7ef58c2
src/assets/style/variables.scss
@@ -1,7 +1,29 @@
/* 改变主题色变量 */
$--color-primary: #c4d600;
$--color-primary: #287dff;
/* 改变 icon 字体路径变量,必需 */
$--font-path: '~element-ui/lib/theme-chalk/fonts';
$--font-path: "~element-ui/lib/theme-chalk/fonts";
@import "~element-ui/packages/theme-chalk/src/index";
@import "~element-ui/packages/theme-chalk/src/index";
// 全局elment-ui样式修改
.el-tabs__item {
  color: #bbb;
}
.el-drawer,
.el-drawer__header > :first-child,
.el-table,
.el-table tr,
.el-dialog,
.el-dialog__title,
.el-input__inner,
.el-upload--picture-card,
.el-table--enable-row-hover .el-table__body tr:hover > td,
.el-table th.el-table__cell {
  background-color: #333 !important;
  color: #aaa !important;
}
.el-form-item__label {
  color: #aaa !important;
}