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
640e76c9
Commit
640e76c9
authored
Nov 24, 2018
by
fengshuonan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改左侧菜单栏 上部头像弹出框top
parent
1bbf069b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
src/main/webapp/WEB-INF/common/_sidebar.html
+1
-1
src/main/webapp/assets/common/static/stylefeng/feng.css
+5
-0
No files found.
src/main/webapp/WEB-INF/common/_sidebar.html
View file @
640e76c9
...
...
@@ -4,7 +4,7 @@
<div
class=
"profile-img"
>
<img
src=
"${avatar}"
alt=
"user"
/>
</div>
<div
class=
"profile-text"
>
<a
href=
"#"
class=
"dropdown-toggle link u-dropdown"
data-toggle=
"dropdown"
role=
"button"
aria-haspopup=
"true"
aria-expanded=
"true"
>
${name!}
<span
class=
"caret"
></span></a>
<div
class=
"dropdown-menu animated flipInY"
>
<div
class=
"dropdown-menu animated flipInY
top-35
"
>
<a
href=
"${ctxPath}/mgr/user_info"
class=
"dropdown-item"
><i
class=
"ti-user"
></i>
个人信息
</a>
<div
class=
"dropdown-divider"
></div>
<a
href=
"${ctxPath}/mgr/user_chpwd"
class=
"dropdown-item"
><i
class=
"ti-settings"
></i>
修改密码
</a>
<div
class=
"dropdown-divider"
></div>
<a
href=
"${ctxPath}/logout"
class=
"dropdown-item"
><i
class=
"fa fa-power-off"
></i>
退出
</a>
...
...
src/main/webapp/assets/common/static/stylefeng/feng.css
View file @
640e76c9
...
...
@@ -46,3 +46,7 @@
margin-left
:
auto
;
margin-right
:
auto
;
}
.top-35
{
top
:
35px
!important
;
}
\ No newline at end of file
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