From 455191e2544f84496ad4d1b74b515d7b75d3bb01 Mon Sep 17 00:00:00 2001
From: guoyuji <guoyujie@ng.com>
Date: 星期四, 12 九月 2024 13:39:23 +0800
Subject: [PATCH] 提交下拉条样式(由于天津设备老旧)和删除websocket使用

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

diff --git a/north-glass-erp/northglass-erp/src/assets/base.css b/north-glass-erp/northglass-erp/src/assets/base.css
index 5433ec6..5c5069f 100644
--- a/north-glass-erp/northglass-erp/src/assets/base.css
+++ b/north-glass-erp/northglass-erp/src/assets/base.css
@@ -86,8 +86,8 @@
 }
 /*婊氬姩鏉℃暣浣撻儴鍒�*/
 .mytable-scrollbar ::-webkit-scrollbar {
-  width: 15px;
-  height: 15px;
+  width: 10px;
+  height: 10px;
 }
 /*婊氬姩鏉$殑杞ㄩ亾*/
 .mytable-scrollbar ::-webkit-scrollbar-track {
@@ -102,11 +102,11 @@
   /*box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
 }
 .mytable-scrollbar:hover ::-webkit-scrollbar-thumb {
-  background-color: white;
+  background-color: rgb(214,216,221);
   box-shadow: inset 0 0 6px rgba(0,0,0,.3);
 }
 .mytable-scrollbar:active ::-webkit-scrollbar-thumb {
-  background-color: white;
+  background-color: #909399;
 }
 /*杈硅锛屽嵆涓や釜婊氬姩鏉$殑浜ゆ眹澶�*/
 .mytable-scrollbar ::-webkit-scrollbar-corner {

--
Gitblit v1.8.0