From e879b827a46e9e702f6cd80be9afdf4d35799947 Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期三, 17 十二月 2025 09:36:38 +0800
Subject: [PATCH] 抓拍页面布局调整
---
fzzy-igdss-web/src/main/resources/templates/security/snap/snapRecord/snapRecord.html | 23 +++++++++++++++--------
1 files changed, 15 insertions(+), 8 deletions(-)
diff --git a/fzzy-igdss-web/src/main/resources/templates/security/snap/snapRecord/snapRecord.html b/fzzy-igdss-web/src/main/resources/templates/security/snap/snapRecord/snapRecord.html
index 476216d..8550b7e 100644
--- a/fzzy-igdss-web/src/main/resources/templates/security/snap/snapRecord/snapRecord.html
+++ b/fzzy-igdss-web/src/main/resources/templates/security/snap/snapRecord/snapRecord.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html lang="zh" xmlns:th="http://www.thymeleaf.org">
+<html lang="zh" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
@@ -17,14 +17,21 @@
<form id="snapRecord-form">
<div class="select-list">
<ul>
- <li class="select-time">
- <label style="width: 100px">鎶撴媿鏃堕棿锛� </label>
- <input type="text" class="time-input" id="start" placeholder="寮�濮嬫椂闂�" name="start"/>
- <span>-</span>
- <input type="text" class="time-input" id="end" placeholder="缁撴潫鏃堕棿" name="end"/>
+ <li>
+ 鏀跺偍鍏徃锛�<select name="companyId">
+ <option value="all">鎵�鏈�</option>
+ </select>
</li>
<li>
- 鏍囩锛�<input type="text" name="key"/>
+ 鎵�閫夊簱鍖猴細<select name="deptId">
+ <option value="">鎵�鏈�</option>
+ </select>
+ </li>
+ <li class="select-time">
+ <label>鎶撴媿鏃堕棿锛� </label>
+ <input type="text" class="time-input" style="width: 120px;" id="start" placeholder="寮�濮嬫椂闂�" name="params[begin]"/>
+ <span>-</span>
+ <input type="text" class="time-input" style="width: 120px;" id="end" placeholder="缁撴潫鏃堕棿" name="params[end]"/>
</li>
<li>
<a class="btn btn-primary btn-rounded btn-sm" onclick="searchRecord()"><i
@@ -43,7 +50,7 @@
</div>
- <div class="col-sm-12 " style="padding-top: 10px;">
+ <div class="col-sm-12 " style="padding-top: 10px;background: #FFFFFF;margin-top: 10px;">
<!-- 鍥剧墖缃戞牸 -->
<div class="gallery-grid" id="gallery-container">
<!-- 鍥剧墖涓虹┖鏃舵樉绀� -->
--
Gitblit v1.9.3