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
ab3edd80
Commit
ab3edd80
authored
Nov 05, 2018
by
fengshuonan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整样式
parent
007f3447
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
src/main/webapp/WEB-INF/common/_top_header.html
+1
-1
src/main/webapp/WEB-INF/system/user/user_add.html
+2
-2
src/main/webapp/assets/common/static/stylefeng/feng.css
+4
-0
No files found.
src/main/webapp/WEB-INF/common/_top_header.html
View file @
ab3edd80
...
@@ -69,7 +69,7 @@
...
@@ -69,7 +69,7 @@
<li
class=
"nav-item dropdown"
>
<li
class=
"nav-item dropdown"
>
<a
class=
"nav-link dropdown-toggle text-muted waves-effect waves-dark"
href=
""
data-toggle=
"dropdown"
aria-haspopup=
"true"
aria-expanded=
"false"
>
<i
<a
class=
"nav-link dropdown-toggle text-muted waves-effect waves-dark"
href=
""
data-toggle=
"dropdown"
aria-haspopup=
"true"
aria-expanded=
"false"
>
<i
class=
"flag-icon flag-icon-cn"
></i></a>
class=
"flag-icon flag-icon-cn"
></i></a>
<div
class=
"dropdown-menu dropdown-menu-right animated
bounceInDown
"
>
<div
class=
"dropdown-menu dropdown-menu-right animated
flipInY
"
>
<a
class=
"dropdown-item"
href=
"#"
><i
class=
"flag-icon flag-icon-cn"
></i>
Chinese
</a>
<a
class=
"dropdown-item"
href=
"#"
><i
class=
"flag-icon flag-icon-cn"
></i>
Chinese
</a>
<a
class=
"dropdown-item"
href=
"#"
><i
class=
"flag-icon flag-icon-us"
></i>
English
</a>
<a
class=
"dropdown-item"
href=
"#"
><i
class=
"flag-icon flag-icon-us"
></i>
English
</a>
</div>
</div>
...
...
src/main/webapp/WEB-INF/system/user/user_add.html
View file @
ab3edd80
...
@@ -76,8 +76,8 @@
...
@@ -76,8 +76,8 @@
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-6"
>
<div
class=
"col-6"
>
<div
class=
"text-xs-right"
>
<div
class=
"text-xs-right"
>
<button
class=
"btn btn-info"
>
提交
</button>
<button
class=
"btn btn-info
normal-button-width
"
>
提交
</button>
<button
class=
"btn btn-inverse"
onclick=
"UserInfoDlg.close()"
>
取消
</button>
<button
class=
"btn btn-inverse
normal-button-width m-l-10
"
onclick=
"UserInfoDlg.close()"
>
取消
</button>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
src/main/webapp/assets/common/static/stylefeng/feng.css
View file @
ab3edd80
...
@@ -6,6 +6,10 @@
...
@@ -6,6 +6,10 @@
width
:
85px
;
width
:
85px
;
}
}
.normal-button-width
{
width
:
65px
;
}
.pagination
>
.active
>
a
,
.pagination
>
.active
>
a
,
.pagination
>
.active
>
span
,
.pagination
>
.active
>
span
,
.pagination
>
.active
>
a
:hover
,
.pagination
>
.active
>
a
:hover
,
...
...
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