Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
guns-vip
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenjunxiong
guns-vip
Commits
a419b731
Commit
a419b731
authored
Nov 13, 2018
by
fengshuonan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整样式
parent
aac133d9
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
16 deletions
+3
-16
src/main/webapp/WEB-INF/system/user/user_chpwd.html
+1
-1
src/main/webapp/WEB-INF/system/user/user_view.html
+2
-15
No files found.
src/main/webapp/WEB-INF/system/user/user_chpwd.html
View file @
a419b731
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<div
class=
"card-header"
>
<div
class=
"card-header"
>
<h4
class=
"m-b-0 text-white"
>
修改密码
</h4>
<h4
class=
"m-b-0 text-white"
>
修改密码
</h4>
</div>
</div>
<div
class=
"card-block"
style=
"padding:
10
0px;"
>
<div
class=
"card-block"
style=
"padding:
5
0px;"
>
<div
class=
"form-horizontal"
id=
"passwordForm"
>
<div
class=
"form-horizontal"
id=
"passwordForm"
>
<div
class=
"form-body"
>
<div
class=
"form-body"
>
<div
class=
"row"
>
<div
class=
"row"
>
...
...
src/main/webapp/WEB-INF/system/user/user_view.html
View file @
a419b731
...
@@ -211,19 +211,6 @@
...
@@ -211,19 +211,6 @@
</div>
</div>
<div
class=
"btn-group"
>
<div
class=
"btn-group"
>
<button
type=
"button"
class=
"btn btn-primary"
data-method=
"disable"
title=
"Disable"
>
<span
class=
"docs-tooltip"
data-toggle=
"tooltip"
data-animation=
"false"
title=
"$().cropper("disable")"
>
<span
class=
"fa fa-lock"
></span>
</span>
</button>
<button
type=
"button"
class=
"btn btn-primary"
data-method=
"enable"
title=
"Enable"
>
<span
class=
"docs-tooltip"
data-toggle=
"tooltip"
data-animation=
"false"
title=
"$().cropper("enable")"
>
<span
class=
"fa fa-unlock"
></span>
</span>
</button>
</div>
<div
class=
"btn-group"
>
<button
type=
"button"
class=
"btn btn-primary"
data-method=
"reset"
title=
"Reset"
>
<button
type=
"button"
class=
"btn btn-primary"
data-method=
"reset"
title=
"Reset"
>
<span
class=
"docs-tooltip"
data-toggle=
"tooltip"
data-animation=
"false"
title=
"重置位置"
>
<span
class=
"docs-tooltip"
data-toggle=
"tooltip"
data-animation=
"false"
title=
"重置位置"
>
<span
class=
"fa fa-refresh"
></span>
<span
class=
"fa fa-refresh"
></span>
...
@@ -231,7 +218,7 @@
...
@@ -231,7 +218,7 @@
</button>
</button>
<label
class=
"btn btn-primary btn-upload"
for=
"inputImage"
title=
"Upload image file"
>
<label
class=
"btn btn-primary btn-upload"
for=
"inputImage"
title=
"Upload image file"
>
<input
type=
"file"
class=
"sr-only"
id=
"inputImage"
name=
"file"
accept=
".jpg,.jpeg,.png,.gif,.bmp,.tiff"
>
<input
type=
"file"
class=
"sr-only"
id=
"inputImage"
name=
"file"
accept=
".jpg,.jpeg,.png,.gif,.bmp,.tiff"
>
<span
class=
"docs-tooltip"
data-toggle=
"tooltip"
data-animation=
"false"
title=
"选择
图片(.jpg,.jpeg,.png,.gif,.bmp,.tiff)
"
>
<span
class=
"docs-tooltip"
data-toggle=
"tooltip"
data-animation=
"false"
title=
"选择
本地图片
"
>
<span
class=
"fa fa-upload"
></span>
<span
class=
"fa fa-upload"
></span>
</span>
</span>
</label>
</label>
...
@@ -239,7 +226,7 @@
...
@@ -239,7 +226,7 @@
<div
class=
"btn-group btn-group-crop"
>
<div
class=
"btn-group btn-group-crop"
>
<button
id=
"uploadAvatar"
type=
"button"
class=
"btn btn-info"
data-method=
"getCroppedCanvas"
data-option=
"{ "maxWidth": 100, "maxHeight": 100 }"
>
<button
id=
"uploadAvatar"
type=
"button"
class=
"btn btn-info"
data-method=
"getCroppedCanvas"
data-option=
"{ "maxWidth": 100, "maxHeight": 100 }"
>
<span
class=
"docs-tooltip"
data-toggle=
"tooltip"
data-animation=
"false"
title=
"$().cropper("getCroppedCanvas", { maxWidth: 100, maxHeight: 100 })"
>
上传
头像
</span>
<span
class=
"docs-tooltip"
data-toggle=
"tooltip"
data-animation=
"false"
title=
"$().cropper("getCroppedCanvas", { maxWidth: 100, maxHeight: 100 })"
>
上传
预览
</span>
</button>
</button>
</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