From bec79d7b98d7aaf67e9c8f56083ff9f689f266c3 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 15 Jul 2021 17:32:12 +0800
Subject: [PATCH] 蓝色主题 修改 和监管处罚创建

---
 src/styles/sidebar.scss |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/styles/sidebar.scss b/src/styles/sidebar.scss
index f4995d7..32eff42 100644
--- a/src/styles/sidebar.scss
+++ b/src/styles/sidebar.scss
@@ -29,13 +29,16 @@
     }
     
 }
+@import "./ourBackgroundColor.scss";
+
 .avue-sidebar {
     user-select: none; 
     position: relative;
     padding-top: 60px;
     height: 100%;
     position: relative;
-    background-color: #20222a;
+    background-color: $leftMenuB;
+    // background-color: #20222a;
     transition: width .2s;
     box-sizing: border-box;
     box-shadow: 2px 0 6px rgba(0,21,41,.35);
@@ -81,7 +84,7 @@
                 background: #409eff;
                 position: absolute;
             }
-            background-color: rgba(0,0,0,.8);
+            background-color: $black;
             i,span{
                 color:#fff;
             }

--
Gitblit v1.9.3