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/eventInfo.html | 8 +++++++-
1 files changed, 7 insertions(+), 1 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 2b8b546..b6cc7d9 100644
--- a/fzzy-igdss-web/src/main/resources/templates/security/eventInfo.html
+++ b/fzzy-igdss-web/src/main/resources/templates/security/eventInfo.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/eventInfo/eventInfo-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">
@@ -38,7 +44,7 @@
<input class="form-control" type="text" name="name" placeholder="璇疯緭鍏ヤ簨浠跺悕绉�">
</li>
<li class="select-time">
- <label>浜嬩欢鏃堕棿锛� </label>
+ <label style="width: 100px">浜嬩欢鏃堕棿锛� </label>
<input type="text" class="time-input" style="width: 120px;" id="start" placeholder="寮�濮嬫椂闂�" name="start"/>
<span>-</span>
<input type="text" class="time-input" style="width: 120px;" id="end" placeholder="缁撴潫鏃堕棿" name="end"/>
--
Gitblit v1.9.3