From 5ffc5c22b0833d8f569e99eb775d08ca28676c7d Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期一, 19 一月 2026 14:37:16 +0800
Subject: [PATCH] 细节调整2

---
 fzzy-igdss-web/src/main/resources/templates/security/eventInfo.html |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/fzzy-igdss-web/src/main/resources/templates/security/eventInfo.html b/fzzy-igdss-web/src/main/resources/templates/security/eventInfo.html
index b6cc7d9..fcc1aec 100644
--- a/fzzy-igdss-web/src/main/resources/templates/security/eventInfo.html
+++ b/fzzy-igdss-web/src/main/resources/templates/security/eventInfo.html
@@ -11,7 +11,7 @@
     <th:block th:include="include :: select2-css" />
     <style>
         .select-list .select2-container--bootstrap {
-            width: 300px!important;
+            width: 280px!important;
             display: inline-block;
         }
     </style>
@@ -45,9 +45,9 @@
                         </li>
                         <li class="select-time">
                             <label style="width: 100px">浜嬩欢鏃堕棿锛� </label>
-                            <input type="text" class="time-input" style="width: 120px;" id="start" placeholder="寮�濮嬫椂闂�" name="start"/>
+                            <input type="text" class="time-input" style="width: 140px;" id="start" placeholder="寮�濮嬫椂闂�" name="start"/>
                             <span>-</span>
-                            <input type="text" class="time-input" style="width: 120px;" id="end" placeholder="缁撴潫鏃堕棿" name="end"/>
+                            <input type="text" class="time-input" style="width: 140px;" id="end" placeholder="缁撴潫鏃堕棿" name="end"/>
                         </li>
                         <li>
                             <a class="btn btn-primary btn-rounded btn-sm" onclick="searchRecord()"><i

--
Gitblit v1.9.3