.input-unit{
    position: relative;
    width: 100%;
    height: 100%;
    .unit-text{
        position: absolute;
        top: 0;
        right: 24px;
    }
    .ivu-input-number{
        width: 100%;
    }
    .ivu-input-number-input{
        text-align: left;
    }
    .ivu-input-wrapper{
      height: inherit;
      .ivu-input{
        height: inherit;
      }
    }
    .input__count{
      position: absolute;
      bottom: 5px;
      right: 10px;
      font-size: 12px;
      line-height: 1;
      background-color: #fff;
      transition: all 0.3s;
    }
}