king
2023-05-22 43a517b80f2803e0dcf6658113520c4a14c8c17f
src/tabviews/custom/components/module/voucher/voucherTable/index.scss
@@ -31,10 +31,10 @@
      border-right: 1px solid #e9e9e9;
    }
    span:nth-child(3), span:nth-child(6) {
      border-color: #91d5ff;
      border-color: #474069;
    }
    span:nth-child(9) {
      border-color: #ffa39e;
      border-color: #C48584;
    }
  }
@@ -45,11 +45,12 @@
      tr {
        th {
          position: relative;
          background-color: transparent;
          background-color: #E3E7F2;
          padding: 0;
          height: 60px;
          line-height: 60px;
          text-align: center;
          border-right: 1px solid #d8d8d8;
          .ant-table-header-column {
            display: block;
@@ -82,18 +83,42 @@
      max-width: 60px;
    }
    .ant-table-tbody {
      tr:last-child {
        background-color: #FBF8EF;
      }
      tr td {
        position: relative;
        background-color: transparent;
        padding: 0;
        height: 60px;
        vertical-align: top;
        border-right: 1px solid #d8d8d8;
        .content-wrap {
          padding: 5px;
          padding: 0px 5px;
          height: 100%;
          font-size: 13px;
          font-weight: bold;
          .count-wrap {
            text-align: right;
            height: 20px;
          }
          .currency-select {
            height: 20px;
            vertical-align: top;
            .ant-select-selection--single {
              height: 20px;
            }
            .ant-select-selection__rendered {
              line-height: 20px;
              margin-left: 8px;
              margin-right: 22px;
            }
            .ant-select-arrow {
              right: 6px;
            }
          }
        }
        .money-uint {
          height: 100%;
@@ -129,7 +154,7 @@
    border-radius: 0;
    resize: none;
  }
  .ant-input-number {
  .ant-input-number:not(.inner-input) {
    height: 60px;
    border-radius: 0;
    
@@ -141,7 +166,22 @@
      height: 60px;
    }
  }
  .ant-select {
  .ant-input-number.inner-input {
    display: inline-block;
    width: 50px;
    border-radius: 0;
    height: 20px;
    .ant-input-number-handler-wrap {
      display: none;
    }
    .ant-input-number-input {
      border-radius: 0;
      height: 18px;
      padding: 0 3px;
    }
  }
  .ant-select:not(.currency-select) {
    padding: 0px;
    position: absolute;
    top: 0px;
@@ -254,7 +294,7 @@
      width: 60px;
    }
    .ant-form-item-control-wrapper {
      flex: 1;
      width: calc(100% - 60px);
      .ant-select {
        width: 100%;
      }