king
2024-04-01 5ea9c480262010a8ee08b3c94377013a42263ffc
src/tabviews/custom/components/module/voucher/index.scss
@@ -34,6 +34,11 @@
    }
  }
  .voucher-body {
    .voucher-number {
      display: inline-block;
      white-space: nowrap;
      margin-right: 15px;
    }
    .voucher-code {
      display: inline-block;
      width: 160px;
@@ -65,6 +70,10 @@
    }
    .pre-wrap {
      padding: 10px 0px;
      .ant-input.ant-input-disabled, .ant-input-number.ant-input-number-disabled, .ant-select.ant-select-disabled {
        color: rgba(0, 0, 0, 0.65);
      }
    }
    .voucher-date {
      display: inline-block;
@@ -74,7 +83,7 @@
    }
    .voucher-text {
      display: inline-block;
      width: calc(56% - 350px);
      width: calc(68% - 545px);
      margin-left: 12px;
    }
    .voucher-affix {