king
2023-02-02 6f817bf3ae4e6f51f982c07b0713adb3caf9fac2
src/tabviews/custom/components/module/voucher/index.scss
@@ -33,6 +33,22 @@
      .ant-input {
        width: 60px;
      }
      .ant-input-number {
        display: inline-block;
        width: 60px;
        .ant-input-number-handler-wrap {
          display: none;
        }
      }
    }
    .voucher-affix {
      .ant-input-number {
        display: inline-block;
        width: 50px;
        .ant-input-number-handler-wrap {
          display: none;
        }
      }
    }
    .pre-wrap {
      padding: 10px 0px;
@@ -43,9 +59,14 @@
        width: 120px;
      }
    }
    .voucher-text {
      display: inline-block;
      width: calc(56% - 350px);
      margin-left: 12px;
    }
    .voucher-affix {
      float: right;
      width: 250px;
      width: 240px;
      .ant-input {
        width: 60px;
      }