.ml-amount-tooltip {
  .ant-tooltip-inner {
    min-width: 32px;
    min-height: 37px;
  }
}
.ml-amount-input {
  width: 100%;
  line-height: 1.5;
  &.text-right {
    .vxe-input--inner {
      text-align: right;
    }
  }
}