.app-header-user {
z-index: 1;
.app-header-user__caption {
font-size: 15px;
cursor: pointer;
margin-right: 10px;
padding: 0 5px;
>span:first-child {
vertical-align: middle;
}
}
}
.app-header-user__dropdown-menu{
margin-top: 9px;
z-index: 9999;
.ivu-dropdown-menu{
font-size: 15px;
}
.ivu-dropdown-item{
font-size: 15px;
>span i{
margin-right: 8px
}
}
}
// 首页视图代理模式
.indexview_proxy-mode {
.app-header-user .user {
color: inherit;
&:hover{
color: inherit;
background-color: inherit;
}
}
}
-
由 ibizdev 提交于b6eccb32