app-user-info.less 714 字节
Newer Older
1
.crm-app-user-info {
WodahsOrez's avatar
WodahsOrez committed
2 3 4
  width: 100%;
  height: 100%;
  .ivu-dropdown{
5 6
    width: 100%;
    height: 100%;
WodahsOrez's avatar
WodahsOrez committed
7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
    .ivu-dropdown-rel{
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      cursor: pointer;
      >.user-head-sculpture {
          width: 32px;
          height: 32px;
          border-radius: 50%;
          border: 1px solid #8893a7;
          font-size: 18px;
          font-weight: 900;
          text-align: center;
      }
  
      >span {
          display: inline-block;
          margin-left: 3px;
          margin-top: 3px;
      }
28
    }
WodahsOrez's avatar
WodahsOrez committed
29
  }
30
}
31
.user-dropdownMenu{
32 33 34 35 36
  margin-top: 8px;
  background-color: #f7fafc;
  .ivu-dropdown-item{
    color: #303133;
  }
37
}