From 9628c86a6607380dbc7c0191a6055e07c6334657 Mon Sep 17 00:00:00 2001
From: liyj <1003249715@qq.com>
Date: Mon, 01 Jun 2020 16:11:36 +0800
Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/huge/frontEnd/hugeOA

---
 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