.ztxk-input-number-leftRight {
  position: relative;
  &:hover:not(.ant-input-number-borderless) .ant-input-number-handler-down {
    border-top: none;
  }
  .ant-input-number-input {
    padding: 0 24px;
  }
  .ant-input-number-handler-wrap {
    position: static;
    height: 0;
    > span {
      height: 100% !important;
      position: absolute;
      width: 22px;
      &:hover {
        height: 100% !important;
      }
    }
    .ant-input-number-handler-up {
      right: 0;
      border-top: none;
    }
    .ant-input-number-handler-down {
      left: 0;
      border-right: 1px solid #d9d9d9;
      border-top: none;
    }
  }
}
