From d47e5437da19a4a49762986dcf49eb1ec3195c16 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期三, 29 三月 2023 17:39:15 +0800
Subject: [PATCH] 预警研判优化

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

diff --git a/src/views/systemSetting/baseSetting/role/index.vue b/src/views/systemSetting/baseSetting/role/index.vue
index 9d40ce8..93d1750 100644
--- a/src/views/systemSetting/baseSetting/role/index.vue
+++ b/src/views/systemSetting/baseSetting/role/index.vue
@@ -422,6 +422,7 @@
             .funs-sp{
                 // border: 1px solid #17324c;
               border: 1px solid #DCDFE6;
+              background-color: #fff;
             }
             .funs {
                 display: flex;
@@ -476,6 +477,7 @@
             // font-size: 10px;
             .operation {
                 display: flex;
+                color: var(--operation-color);
                 .line {
                     padding: 0 5px;
                 }

--
Gitblit v1.8.0