From 0be3ac0f2f83c1b58249d43850a0e4b4f531a8db Mon Sep 17 00:00:00 2001
From: Mr Ke <kelq@hugeinfo.com.cn>
Date: Fri, 04 Sep 2020 10:56:17 +0800
Subject: [PATCH] 合并用户权限菜单,屏蔽首页工作台最新通知通知内容展示

---
 src/style/reset.scss |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/style/reset.scss b/src/style/reset.scss
index 0758323..3ca5aea 100644
--- a/src/style/reset.scss
+++ b/src/style/reset.scss
@@ -19,13 +19,13 @@
   /*滚动条里面小方块*/
   border-radius: 2.5px;
   box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
-  background: #848484;
+  background: #ccc;
 }
 *::-webkit-scrollbar-track {
   /*滚动条里面轨道*/
-  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
+  box-shadow: inset 0 0 5px #fff;
   border-radius: 2.5px;
-  background: #ededed;
+  background: #fff;
 }
 
 .ant-layout {

--
Gitblit v1.8.0