From 55da17a57f304d705a108652646b4196910379c2 Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期一, 19 一月 2026 09:28:04 +0800
Subject: [PATCH] 调整抓拍及事件页面,搜索框长度

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

diff --git a/fzzy-igdss-web/src/main/resources/templates/security/snapRecord.html b/fzzy-igdss-web/src/main/resources/templates/security/snapRecord.html
index e21c52c..4ded0ed 100644
--- a/fzzy-igdss-web/src/main/resources/templates/security/snapRecord.html
+++ b/fzzy-igdss-web/src/main/resources/templates/security/snapRecord.html
@@ -9,6 +9,12 @@
     <link rel="stylesheet" type="text/css" th:href="@{/ajax/libs/layui/css/layui.css}"/>
     <link rel="stylesheet" th:href="@{/security/snap/snapRecord-style.css}">
     <th:block th:include="include :: select2-css"/>
+    <style>
+        .select-list .select2-container--bootstrap {
+            width: 300px!important;
+            display: inline-block;
+        }
+    </style>
 </head>
 <body class="gray-bg">
 <div class="container-div">

--
Gitblit v1.9.3