From 37a4c07ff2ae84f2119bcfa6be6bc4b01904d63f Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期一, 17 十一月 2025 11:00:36 +0800
Subject: [PATCH] 1.存货批量绑定工艺路线功能实现

---
 src/styles/global.css |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/styles/global.css b/src/styles/global.css
index 6f5c868..87816fc 100644
--- a/src/styles/global.css
+++ b/src/styles/global.css
@@ -180,8 +180,8 @@
 楂樺鍒嗗埆瀵瑰簲妯珫婊氬姩鏉$殑灏哄
 */
 ::-webkit-scrollbar {
-  width: 7px;
-  height: 7px;
+  width: 10px;
+  height: 10px;
   /*background-color: white;*/
   background-color: #f8f8fa;
 }
@@ -198,11 +198,11 @@
 
 /*瑙e喅琛ㄦ牸鍥哄畾鍒楁椂鐨勫帇鏍峰紡闂*/
 .el-table__fixed {
-  height: calc(100% - 7px) !important;
+  height: calc(100% - 10px) !important;
 }
 
 .el-table__fixed-right {
-  height: calc(100% - 12px) !important;
+  height: calc(100% - 10px) !important;
 }
 
 .el-table__fixed-right::before,

--
Gitblit v1.9.3