From 589c4d5ba3b5477164cbd07aefca2438303e598a Mon Sep 17 00:00:00 2001
From: YYC <1833023622@qq.com>
Date: 星期一, 19 六月 2023 20:06:29 +0800
Subject: [PATCH] 安防管理
---
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