app-mob-department-personnel.less 670 字节
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 28 29 30
.app-mob-department-personnel {
  width          : 100%;
  height         : 100%;
  display        : flex;
  justify-content: center;
  align-items    : center;

  .app-mob-department-personnel__value {
    height       : 100%;
    width        : 100%;
    text-align   : right;
    white-space  : nowrap;
    text-overflow: ellipsis;
    overflow     : hidden;
    padding-right: 20px;
  }

  .app-mob-department-personnel__icon {
    font-size: 18px;
    position : absolute;
    right    : 10px;
  }

  .app-mob-department-personnel__value::before {
    display       : inline-block;
    content       : '';
    height        : 100%;
    vertical-align: middle;
  }
}