From 635dd6bf2afa0f6ba4dcb4b8438dc1fc4745fca6 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期一, 21 八月 2023 15:37:44 +0800
Subject: [PATCH] 修改搜索框
---
src/main/resources/templates/tr/hiddenDangerCheck/dangerReport/addDangerReportWholeProcess.html | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/main/resources/templates/tr/hiddenDangerCheck/dangerReport/addDangerReportWholeProcess.html b/src/main/resources/templates/tr/hiddenDangerCheck/dangerReport/addDangerReportWholeProcess.html
index 6feaca0..7e11c4d 100644
--- a/src/main/resources/templates/tr/hiddenDangerCheck/dangerReport/addDangerReportWholeProcess.html
+++ b/src/main/resources/templates/tr/hiddenDangerCheck/dangerReport/addDangerReportWholeProcess.html
@@ -312,8 +312,9 @@
</div>
<div class="form-group">
<label class="col-sm-3 control-label is-required">隐患整改资金:</label>
- <div class="col-sm-8">
- <input name="rectifyFund" class="form-control" type="text" required>
+ <div class="col-sm-8" style="display: flex;align-items: center">
+ <input name="rectifyFund" class="form-control" type="number" placeholder="请输入数字(单位:万)" required>
+ <span style="width: 50px;background: #ccc;height:34px;text-align: center;line-height: 34px">万</span>
</div>
</div>
<div class="form-group">
--
Gitblit v1.9.2