From 6c33f9c50792c03e55549f82c17405552ecff540 Mon Sep 17 00:00:00 2001
From: Surpriseplus <845948745@qq.com>
Date: 星期三, 08 二月 2023 17:18:09 +0800
Subject: [PATCH] IFME主题切换效果优化,角色管理,资源管理主题切换界面优化

---
 src/assets/css/config.css |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

diff --git a/src/assets/css/config.css b/src/assets/css/config.css
index c8338f3..2261191 100644
--- a/src/assets/css/config.css
+++ b/src/assets/css/config.css
@@ -2,6 +2,10 @@
     color: white;
 }
 
+.Black_theme .secondMenuDiv {
+    background: rgba(48, 48, 48, 0.85);
+}
+
 .Black_theme .box_div {
     background: #303030;
 }
@@ -183,6 +187,7 @@
 .Black_theme .el-cascader__panel {
     background: #303030 !important;
 }
+
 .Black_theme .el-icon-close {
     color: #FFF !important;
 }
@@ -190,7 +195,16 @@
 .Black_theme .el-icon-plus {
     color: #FFF !important;
 }
+
 .Black_theme .el-icon-upload2 {
     color: #FFF !important;
 }
- 
+
+.confirm {
+    background: #303030;
+
+}
+
+.confirm p {
+    color: white !important;
+}
\ No newline at end of file

--
Gitblit v1.9.3