king
2025-04-21 f3d4db769ba9b51b799d981511a710fd443d0e08
src/tabviews/custom/components/module/voucher/resetAttach/index.scss
@@ -1,6 +1,12 @@
.voucher-attach-wrap {
  .ant-modal-body {
    position: relative;
    padding: 15px;
    .ant-spin {
      position: absolute;
      top: 150px;
      left: 350px;
    }
    .attach-type-btn {
      border-width: 1px;
@@ -28,6 +34,7 @@
          flex: 1;
          width: calc(100% - 95px);
          padding: 5px 0px;
          line-height: 45px;
          div {
            color: #000000;
            overflow: hidden;
@@ -190,6 +197,14 @@
    .square-select.half {
      border-color: var(--mk-sys-color);
    }
    .square-select.disabled {
      border-color: #e8e8e8;
      background: #e8e8e8;
      cursor: default;
    }
    .square-select.disabled::before {
      border-color: #e8e8e8;
    }
    .square-select.half::before {
      display: none;
    }