king
2023-01-30 e469a34f26637e177854b960bbd35c900ce0daff
src/tabviews/custom/components/module/voucher/voucherTable/index.scss
@@ -94,6 +94,10 @@
          height: 100%;
          font-size: 13px;
          font-weight: bold;
          .count-wrap {
            text-align: right;
          }
        }
        .money-uint {
          height: 100%;
@@ -129,7 +133,7 @@
    border-radius: 0;
    resize: none;
  }
  .ant-input-number {
  .ant-input-number:not(.inner-input) {
    height: 60px;
    border-radius: 0;
    
@@ -141,6 +145,21 @@
      height: 60px;
    }
  }
  .ant-input-number.inner-input {
    display: inline-block;
    width: 40px;
    border-radius: 0;
    height: 24px;
    .ant-input-number-handler-wrap {
      display: none;
    }
    .ant-input-number-input {
      border-radius: 0;
      height: 22px;
      padding: 0 5px;
    }
  }
  .ant-select {
    padding: 0px;
    position: absolute;