From 6892e5f21311a8ea6aa6334180331269245bb18e Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期二, 14 三月 2023 10:27:36 +0800
Subject: [PATCH] 修改图片路径

---
 src/views/systemSetting/baseSetting/department/index.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/views/systemSetting/baseSetting/department/index.vue b/src/views/systemSetting/baseSetting/department/index.vue
index dbb01bb..e897ba3 100644
--- a/src/views/systemSetting/baseSetting/department/index.vue
+++ b/src/views/systemSetting/baseSetting/department/index.vue
@@ -523,6 +523,7 @@
       .funs-sp {
         // border: 1px solid #17324c;
         border: 1px solid #DCDFE6;
+        background-color: #fff;
       }
 
       .funs {
@@ -592,7 +593,7 @@
         .line {
           padding: 0 5px;
         }
-
+        color: var(--operation-color);
         span:hover {
           cursor: pointer;
         }

--
Gitblit v1.8.0