app-mob-department-select.less 620 字节
Newer Older
1 2 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
.app-mob-department-select {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    .app-mob-department-select__value {
        height: 100%;
        width: 100%;
        text-align: right;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        padding-right: 20px;
    }
    .app-mob-department-select__icon{
      font-size: 18px;
      position: absolute;
      right: 10px;
    }
}
.app-mob-department-select__value::before {
    display: inline-block;
    content: '';
    height: 100%;
    vertical-align: middle;
}