From 06f3288fe2add882234fe4ac904f885280c0699b Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 16 Jul 2021 15:08:36 +0800
Subject: [PATCH] 任务追踪和树形背景
---
src/styles/element-ui.scss | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/styles/element-ui.scss b/src/styles/element-ui.scss
index 2441bbf..5dfd8d8 100644
--- a/src/styles/element-ui.scss
+++ b/src/styles/element-ui.scss
@@ -171,7 +171,7 @@
color: $fontColor !important;
}
.el-tree {
- background-color: $inputB !important;
+ background-color: $mainB !important;
color: $fontColor !important;
}
.el-table th {
--
Gitblit v1.9.3