From 8cae1dcd8d2bde01880ac4b70bdda4e61df3c7ef Mon Sep 17 00:00:00 2001
From: YangYuGang <1378265336@qq.com>
Date: 星期六, 08 三月 2025 12:46:26 +0800
Subject: [PATCH] 送货单(U9)

---
 src/design/public.less |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/src/design/public.less b/src/design/public.less
index 644bfab..0323b84 100644
--- a/src/design/public.less
+++ b/src/design/public.less
@@ -21,15 +21,19 @@
 }
 
 ::-webkit-scrollbar-thumb {
-  // background: rgba(0, 0, 0, 0.6);
-  background-color: rgb(144 147 153 / 30%);
   // 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%);
 }
 
 ::-webkit-scrollbar-thumb:hover {
   background-color: @border-color-dark;
+}
+
+::-webkit-scrollbar-corner {
+  background-color: transparent;
 }
 
 // =================================
@@ -40,12 +44,12 @@
 
   .bar {
     position: fixed;
+    z-index: 99999;
     top: 0;
     left: 0;
-    z-index: 99999;
     width: 100%;
     height: 2px;
-    background-color: @primary-color;
     opacity: 0.75;
+    background-color: @primary-color;
   }
 }

--
Gitblit v1.9.3