mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
修改后台模板样式
This commit is contained in:
parent
820fdb99b8
commit
8763eafc93
@ -33,7 +33,7 @@
|
||||
<dd lay-unselect><a data-load="{:url('admin/login/out')}" data-confirm="确定要退出登录吗?"><i class="layui-icon layui-icon-release"></i> 退出登录</a></dd>
|
||||
</dl>
|
||||
<a class="layui-elip">
|
||||
<span class="headimg headimg-xs" data-lazy-src="{:htmlentities(session('user.headimg'))}"></span>
|
||||
<span class="headimg" data-lazy-src="{:htmlentities(session('user.headimg'))}"></span>
|
||||
<span>{:htmlentities(session('user.nickname')?:session('user.username'))}</span>
|
||||
</a>
|
||||
</li>
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -9,7 +9,6 @@
|
||||
margin-right: 5px;
|
||||
border-radius: 50%;
|
||||
vertical-align: middle;
|
||||
box-shadow: @MinOuterShadow;
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
|
@ -31,6 +31,11 @@
|
||||
overflow: hidden;
|
||||
line-height: 50px;
|
||||
|
||||
.headimg {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
color: @TopHeaderNavHoverTextColor
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user