app-user.less 618 字节
Newer Older
1
.app-header-user {
2
    z-index: 1;
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
  .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;
    }
  }
}