From 1ba88a00d3c7bb0f16a73feaa5ffcf7c1635e0ea Mon Sep 17 00:00:00 2001
From: Sanakey <714737083@qq.com>
Date: 星期五, 02 八月 2024 17:44:27 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/v2' into onbus-crm

---
 src/design/public.less |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/design/public.less b/src/design/public.less
index 0323b84..e927191 100644
--- a/src/design/public.less
+++ b/src/design/public.less
@@ -17,15 +17,15 @@
 // }
 
 ::-webkit-scrollbar-track {
-  background-color: rgb(0 0 0 / 5%);
+  background-color: #0000000d;
 }
 
 ::-webkit-scrollbar-thumb {
   // background-color: rgba(144, 147, 153, 0.3);
   border-radius: 2px;
   // background: rgba(0, 0, 0, 0.6);
-  background-color: rgb(144 147 153 / 30%);
-  box-shadow: inset 0 0 6px rgb(0 0 0 / 20%);
+  background-color: #9093994d;
+  box-shadow: inset 0 0 6px #00000033;
 }
 
 ::-webkit-scrollbar-thumb:hover {

--
Gitblit v1.8.0