From e53f3c7239749294f5c61245651235a02fb3e41b Mon Sep 17 00:00:00 2001
From: LSH
Date: 星期三, 26 七月 2023 14:33:42 +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