From 48265831b23a469c375bb97099deaf584444a0a2 Mon Sep 17 00:00:00 2001
From: liweilong <515897141@qq.com>
Date: 星期三, 23 十二月 2020 17:27:45 +0800
Subject: [PATCH] 修改权限编辑颜色

---
 src/pages/system/roleAdd.vue  |   24 ++++++++++++------------
 src/pages/system/roleEdit.vue |   24 ++++++++++++------------
 2 files changed, 24 insertions(+), 24 deletions(-)

diff --git a/src/pages/system/roleAdd.vue b/src/pages/system/roleAdd.vue
index c8486a5..abc87da 100644
--- a/src/pages/system/roleAdd.vue
+++ b/src/pages/system/roleAdd.vue
@@ -196,23 +196,23 @@
       box-sizing: content-box;
     }
 
-    &:hover{
-      .name {
-        background: #999;
-      }
-      .el-icon-check{
-        color: #999;
-      }
-    }
+    // &:hover{
+    //   .name {
+    //     background: #999;
+    //   }
+    //   .el-icon-check{
+    //     color: #999;
+    //   }
+    // }
   }
   .active, .active:hover{
     .name{
-      // background: $blue;
-      background: #999;
+      background: #409EFF;
+      // background: #999;
     }
     .el-icon-check{
-      // color: $blue;
-      color: #999;
+      background: #409EFF;
+      // background: #999;
     }
   }
 }
diff --git a/src/pages/system/roleEdit.vue b/src/pages/system/roleEdit.vue
index 0b905c1..101b692 100644
--- a/src/pages/system/roleEdit.vue
+++ b/src/pages/system/roleEdit.vue
@@ -265,23 +265,23 @@
       box-sizing: content-box;
     }
 
-    &:hover{
-      .name {
-        background: #999;
-      }
-      .el-icon-check{
-        color: #999;
-      }
-    }
+    // &:hover{
+    //   .name {
+    //     background: #999;
+    //   }
+    //   .el-icon-check{
+    //     color: #999;
+    //   }
+    // }
   }
   .active, .active:hover{
     .name{
-      // background: $blue;
-      background: #999;
+      background: #409EFF;
+      // background: #999;
     }
     .el-icon-check{
-      // color: $blue;
-      color: #999;
+      background: #409EFF;
+      // background: #999;
     }
   }
 }

--
Gitblit v1.8.0