From 04c5571156dc904de0ab2478a6b73b304bc16c4c Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期二, 09 八月 2022 11:13:41 +0800
Subject: [PATCH] 1.项目整体样式修改

---
 src/styles/global.css |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/src/styles/global.css b/src/styles/global.css
index 11a632a..e636bc0 100644
--- a/src/styles/global.css
+++ b/src/styles/global.css
@@ -78,12 +78,15 @@
 ::-webkit-scrollbar {
   width: 7px;
   height: 7px;
-  background-color: white;
+  /*background-color: white;*/
+  background-color: #f8f8fa;
 }
 
 ::-webkit-scrollbar-thumb {
-  box-shadow: inset 0 0 0px white;
-  -webkit-box-shadow: inset 0 0 0px white;
+  /*box-shadow: inset 0 0 0px white;*/
+  box-shadow: inset 0 0 0px #f8f8fa;
+  /*-webkit-box-shadow: inset 0 0 0px white;*/
+  -webkit-box-shadow: inset 0 0 0px #f8f8fa;
   background-color: rgb(193, 193, 193);
   /*婊氬姩鏉$殑鑳屾櫙棰滆壊*/
   border-radius: 20px;
@@ -100,7 +103,8 @@
 
 .el-table__fixed-right::before,
 .el-table__fixed::before {
-  background-color: unset !important;
+  /*background-color: unset !important;*/
+  background-color: #f8f8fa !important;
 }
 
 /*scrollbar END*/

--
Gitblit v1.9.3