From a660db06773007b1be690e0674829c00a57aeb7b Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期三, 24 十二月 2025 16:21:23 +0800
Subject: [PATCH] 订单首页流程卡新增楼层编号显示

---
 north-glass-erp/northglass-erp/src/assets/base.css |   15 ++++++++++-----
 1 files changed, 10 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 19b8f97..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 {
@@ -115,6 +115,11 @@
 .vxe-grid{
   background-color: white;
 }
-
+/*.vxe-grid .row--current{
+  background-color: #d9ecff !important;
+}
+.vxe-grid .row--hover{
+  background-color: #c6e2ff !important;
+}*/
 
 

--
Gitblit v1.8.0