From f0f4e40cf00414116a9af269f4f5ca88f142ecb4 Mon Sep 17 00:00:00 2001 From: LSH Date: 星期六, 09 九月 2023 14:20:36 +0800 Subject: [PATCH] #优化 --- src/main/webapp/views/cstmr/cstmr.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/views/cstmr/cstmr.html b/src/main/webapp/views/cstmr/cstmr.html index 0e7e10a..6a90a05 100644 --- a/src/main/webapp/views/cstmr/cstmr.html +++ b/src/main/webapp/views/cstmr/cstmr.html @@ -203,7 +203,7 @@ </div> </div> <div class="layui-form-item"> - <label class="layui-form-label layui-form-required">瀹㈡埛鑱旂郴浜�: </label> + <label class="layui-form-label layui-form-required" style="width: auto;padding-right: 8px">瀹㈡埛鑱旂郴浜�: </label> <div class="layui-input-block"> <input class="layui-input" name="contacts" placeholder="璇疯緭鍏ュ鎴疯仈绯讳汉" autocomplete="off" lay-verify="required"> </div> -- Gitblit v1.9.1