From 419e76f6256868851ed245940297f7f5bfd99e55 Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期四, 01 六月 2023 17:54:45 +0800
Subject: [PATCH] 化验页面优化1

---
 igds-web/src/main/resources/templates/admin/inout/in-sample.html |   29 ++++++++---------------------
 1 files changed, 8 insertions(+), 21 deletions(-)

diff --git a/igds-web/src/main/resources/templates/admin/inout/in-sample.html b/igds-web/src/main/resources/templates/admin/inout/in-sample.html
index 95629ae..e91c4d7 100644
--- a/igds-web/src/main/resources/templates/admin/inout/in-sample.html
+++ b/igds-web/src/main/resources/templates/admin/inout/in-sample.html
@@ -20,34 +20,20 @@
             width: 100%;
         }
 
-        #layui-table-page1 {
-            text-align: right !important;
-        }
-
         .display-none {
             display: none;
         }
-
+        #layui-table-page1 {
+            text-align: right !important;
+        }
         .control-btn {
             height: 35px;
             line-height: 30px;
             background-color: #f67d06;
         }
 
-        .tip-red {
-            text-align: right;
-            padding-left: 40px;
-            font-size: 16px;
-            color: red;
-            font-weight: bold;
-        }
-
         thead span {
             font-weight: bold
-        }
-
-        #label1, #label4, #label5 {
-            color: red;
         }
 
         .layui-select-disabled .layui-disabled {
@@ -109,6 +95,9 @@
 
         .input_ba {
             background: #e7eaec !important;
+        }
+        .layui-table-body {
+            height: 450px;
         }
     </style>
 
@@ -323,12 +312,10 @@
 
     //鎵�灞炲垎搴�
     var deptId = [[${deptId}]];
+    //搴撳尯鍚嶇О
     var deptName = [[${deptName}]];
-
     var inoutProgress = [[${inoutProgress}]];
-
 </script>
-
 
 <script th:src="@{../../static/plugins/layui/layui.js}"></script>
 <script th:src="@{../../static/js/jquery.min.js}"></script>
@@ -341,7 +328,7 @@
 </script>
 </body>
 
-<!-- 鍖栭獙淇℃伅锛屽寘鎷熀鏈俊鎭拰鍖栭獙缁撴灉 -->
+<!-- 鎵︽牱淇℃伅 -->
 <div class="layui-tab-content" id="checkDetail" style="display: none;">
     <!-- 琛ㄥ崟鍩烘湰淇℃伅 -->
     <div style="height: 100%; width: 55%; float: left">

--
Gitblit v1.9.3