mirror of
https://github.com/yangzongzhuan/RuoYi.git
synced 2025-12-19 08:55:52 +00:00
用户邮箱长度限制50
This commit is contained in:
@@ -77,7 +77,7 @@
|
||||
<div class="form-group">
|
||||
<label class="col-sm-2 control-label">邮箱:</label>
|
||||
<div class="col-sm-10">
|
||||
<input type="text" class="form-control" name="email" th:field="*{email}" placeholder="请输入邮箱">
|
||||
<input type="text" maxlength="50" class="form-control" name="email" th:field="*{email}" placeholder="请输入邮箱">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
|
||||
Reference in New Issue
Block a user