From a3944579c02f3f12507696e02066727b67bf7ad0 Mon Sep 17 00:00:00 2001
From: sgj <1442489573@qq.com>
Date: 星期二, 20 一月 2026 10:13:18 +0800
Subject: [PATCH] 库存报表、空数据,展示数据纠正
---
fzzy-igdss-web/src/main/resources/templates/security/eventInfo.html | 12 +++++++++---
1 files changed, 9 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 2b8b546..fcc1aec 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: 280px!important;
+ display: inline-block;
+ }
+ </style>
</head>
<body class="gray-bg">
<div class="container-div">
@@ -38,10 +44,10 @@
<input class="form-control" type="text" name="name" placeholder="璇疯緭鍏ヤ簨浠跺悕绉�">
</li>
<li class="select-time">
- <label>浜嬩欢鏃堕棿锛� </label>
- <input type="text" class="time-input" style="width: 120px;" id="start" placeholder="寮�濮嬫椂闂�" name="start"/>
+ <label style="width: 100px">浜嬩欢鏃堕棿锛� </label>
+ <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