From 17580e07751d7abaac48071a8ec0e743fdfb35fc Mon Sep 17 00:00:00 2001
From: LSH
Date: 星期一, 11 九月 2023 10:40:24 +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