Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fgqyxxlr
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
yaru
fgqyxxlr
Commits
21992c1b
Commit
21992c1b
authored
Dec 16, 2019
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
用户邮箱长度限制20
parent
d80c1d2a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ruoyi-admin/src/main/resources/templates/system/user/add.html
+1
-1
ruoyi-admin/src/main/resources/templates/system/user/edit.html
+1
-1
No files found.
ruoyi-admin/src/main/resources/templates/system/user/add.html
View file @
21992c1b
...
...
@@ -43,7 +43,7 @@
<div
class=
"form-group"
>
<label
class=
"col-sm-4 control-label"
><span
style=
"color: red; "
>
*
</span>
邮箱:
</label>
<div
class=
"col-sm-8"
>
<input
id=
"email"
name=
"email"
class=
"form-control email"
type=
"text"
maxlength=
"
5
0"
placeholder=
"请输入邮箱"
required
>
<input
id=
"email"
name=
"email"
class=
"form-control email"
type=
"text"
maxlength=
"
2
0"
placeholder=
"请输入邮箱"
required
>
</div>
</div>
</div>
...
...
ruoyi-admin/src/main/resources/templates/system/user/edit.html
View file @
21992c1b
...
...
@@ -44,7 +44,7 @@
<div
class=
"form-group"
>
<label
class=
"col-sm-4 control-label"
><span
style=
"color: red; "
>
*
</span>
邮箱:
</label>
<div
class=
"col-sm-8"
>
<input
name=
"email"
class=
"form-control email"
type=
"text"
maxlength=
"
5
0"
placeholder=
"请输入邮箱"
th:field=
"*{email}"
required
>
<input
name=
"email"
class=
"form-control email"
type=
"text"
maxlength=
"
2
0"
placeholder=
"请输入邮箱"
th:field=
"*{email}"
required
>
</div>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment