From 8b31ebab2fd3bb4397f4966767a1ed7ddef3ff2c Mon Sep 17 00:00:00 2001
From: ZZJ <zzjdsg2300@163.com>
Date: 星期一, 27 九月 2021 17:42:06 +0800
Subject: [PATCH] 系统设置v1.1

---
 src/pages/vindicate/views/updateSettings.vue |   28 +++++++++++++++++++---------
 1 files changed, 19 insertions(+), 9 deletions(-)

diff --git a/src/pages/vindicate/views/updateSettings.vue b/src/pages/vindicate/views/updateSettings.vue
index 7c73428..263af29 100644
--- a/src/pages/vindicate/views/updateSettings.vue
+++ b/src/pages/vindicate/views/updateSettings.vue
@@ -181,8 +181,8 @@
       ],
       pkgID: "",
       tabList: [
-        { name: "绯荤粺鏇存柊", icon: "\ue6f2" },
-        { name: "鏇存柊璁剧疆", icon: "\ue6db" },
+        { name: "绯荤粺鏇存柊", icon: "\ue735" },
+        { name: "鏇存柊璁剧疆", icon: "\ue733" },
       ],
     };
   },
@@ -352,7 +352,7 @@
       justify-content: space-between;
       .con {
         .iconfont {
-          width: 26px;
+          width: 32px;
           height: 26px;
           margin-right: 10px;
           color: #333;
@@ -363,13 +363,23 @@
         }
       }
     }
-    .menu-item-active {
-      color: #fff;
-      background-color: #4E94FF;
+    .menu-item-active {     
+      background-color: var(--colorCard);
+       .iconfont {
+          color: #fff !important;
+        }
+        .menu-text {
+           color: #fff;
+        }
     }
-    .menu-item:hover {
-      color: #fff;
-      background-color: #4E94FF;
+    .menu-item:hover {   
+      background-color: var(--colorCard);
+       .iconfont {
+          color: #fff;
+        }
+        .menu-text {
+           color: #fff;
+        }
     }
   }
   .cluster-right {

--
Gitblit v1.8.0