From 889d80d88abd7b4a60846678624f4b976c15f820 Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期五, 13 六月 2025 09:07:36 +0800
Subject: [PATCH] 1.新增判断:当不良数量为零时,合格数量不能为零

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

diff --git a/src/styles/global.css b/src/styles/global.css
index 6f5c868..17a6140 100644
--- a/src/styles/global.css
+++ b/src/styles/global.css
@@ -179,31 +179,31 @@
 瀹氫箟婊氬姩鏉¢珮瀹藉強鑳屾櫙
 楂樺鍒嗗埆瀵瑰簲妯珫婊氬姩鏉$殑灏哄
 */
-::-webkit-scrollbar {
-  width: 7px;
-  height: 7px;
-  /*background-color: white;*/
-  background-color: #f8f8fa;
-}
+/*::-webkit-scrollbar {*/
+/*  width: 7px;*/
+/*  height: 7px;*/
+/*  !*background-color: white;*!*/
+/*  background-color: #f8f8fa;*/
+/*}*/
 
-::-webkit-scrollbar-thumb {
-  /*box-shadow: inset 0 0 0px white;*/
-  box-shadow: inset 0 0 0px #f8f8fa;
-  /*-webkit-box-shadow: inset 0 0 0px white;*/
-  -webkit-box-shadow: inset 0 0 0px #f8f8fa;
-  background-color: rgb(193, 193, 193);
-  /*婊氬姩鏉$殑鑳屾櫙棰滆壊*/
-  border-radius: 20px;
-}
+/*::-webkit-scrollbar-thumb {*/
+/*  !*box-shadow: inset 0 0 0px white;*!*/
+/*  box-shadow: inset 0 0 0px #f8f8fa;*/
+/*  !*-webkit-box-shadow: inset 0 0 0px white;*!*/
+/*  -webkit-box-shadow: inset 0 0 0px #f8f8fa;*/
+/*  background-color: rgb(193, 193, 193);*/
+/*  !*婊氬姩鏉$殑鑳屾櫙棰滆壊*!*/
+/*  border-radius: 20px;*/
+/*}*/
 
-/*瑙e喅琛ㄦ牸鍥哄畾鍒楁椂鐨勫帇鏍峰紡闂*/
-.el-table__fixed {
-  height: calc(100% - 7px) !important;
-}
+/*!*瑙e喅琛ㄦ牸鍥哄畾鍒楁椂鐨勫帇鏍峰紡闂*!*/
+/*.el-table__fixed {*/
+/*  height: calc(100% - 7px) !important;*/
+/*}*/
 
-.el-table__fixed-right {
-  height: calc(100% - 12px) !important;
-}
+/*.el-table__fixed-right {*/
+/*  height: calc(100% - 12px) !important;*/
+/*}*/
 
 .el-table__fixed-right::before,
 .el-table__fixed::before {

--
Gitblit v1.9.3