From 888241ae6843e4e74f4da971b9daabdf57bed7fd Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期三, 26 十一月 2025 16:02:04 +0800
Subject: [PATCH] 1.修改生产工单中 总可报数量值bug
---
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