Commit 640e76c9 by fengshuonan

修改左侧菜单栏 上部头像弹出框top

parent 1bbf069b
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<div class="profile-img"> <img src="${avatar}" alt="user" /> </div> <div class="profile-img"> <img src="${avatar}" alt="user" /> </div>
<div class="profile-text"> <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> <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> <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}/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> <div class="dropdown-divider"></div> <a href="${ctxPath}/logout" class="dropdown-item"><i class="fa fa-power-off"></i>退出</a>
......
...@@ -46,3 +46,7 @@ ...@@ -46,3 +46,7 @@
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
} }
.top-35 {
top: 35px !important;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment