From 08c2f587b9c2ec4d1401f8e5e3904851aa380fff Mon Sep 17 00:00:00 2001
From: LSH
Date: 星期五, 28 七月 2023 12:46:40 +0800
Subject: [PATCH] #售前规划申请单需求多选完善

---
 src/main/webapp/views/cstmr/cstmr.html |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/views/cstmr/cstmr.html b/src/main/webapp/views/cstmr/cstmr.html
index d600028..1bdba69 100644
--- a/src/main/webapp/views/cstmr/cstmr.html
+++ b/src/main/webapp/views/cstmr/cstmr.html
@@ -65,10 +65,13 @@
                 </div>
                 <div class="layui-form-item">
                     <div class="layui-inline">
-                        <input class="layui-input" type="text" name="followerName" placeholder="璺熻繘浜�" autocomplete="off" style="border-color: #e1e1e1">
+                        <label class="layui-form-label">璺熻繘浜�:</label>
+                        <div class="layui-input-block">
+                            <input class="layui-input" type="text" name="followerName" placeholder="璺熻繘浜�" autocomplete="off" style="border-color: #e1e1e1">
+                        </div>
                     </div>
                     <div class="layui-inline">
-                        <label class="layui-form-label">閫夋嫨妗�</label>
+                        <label class="layui-form-label">鎸囧畾瀛楁:</label>
                         <div class="layui-input-block">
                             <select id="conditionNameSelect" name="conditionName"  lay-search>
                                 <option value = "" > 璇烽�夋嫨... </option>

--
Gitblit v1.9.1