From 492f1870ad3f79064f5d1a00cef4ad985cd0f8cf Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期二, 23 四月 2024 10:31:50 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/ERP_override

---
 north-glass-erp/northglass-erp/src/assets/base.css |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/north-glass-erp/northglass-erp/src/assets/base.css b/north-glass-erp/northglass-erp/src/assets/base.css
index 0656895..ad4e084 100644
--- a/north-glass-erp/northglass-erp/src/assets/base.css
+++ b/north-glass-erp/northglass-erp/src/assets/base.css
@@ -98,15 +98,16 @@
   background-color: transparent;
   border-radius: 5px;
   border: 0 solid #F1F1F1;
+  transition: background-color 0.5s ease;
   /*box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
 }
-.mytable-scrollbar ::-webkit-scrollbar-thumb:hover {
-  background-color: #ffffff;
+.mytable-scrollbar:hover ::-webkit-scrollbar-thumb {
+  background-color: white;
   box-shadow: inset 0 0 6px rgba(0,0,0,.3);
 }
-.mytable-scrollbar ::-webkit-scrollbar-thumb:active {
-  background-color: white;
-}
+/*.mytable-scrollbar:active ::-webkit-scrollbar-thumb {*/
+/*  background-color: white;*/
+/*}*/
 /*杈硅锛屽嵆涓や釜婊氬姩鏉$殑浜ゆ眹澶�*/
 .mytable-scrollbar ::-webkit-scrollbar-corner {
   background-color: #FFFFFF;

--
Gitblit v1.8.0