From f3d4db769ba9b51b799d981511a710fd443d0e08 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 21 四月 2025 12:18:03 +0800
Subject: [PATCH] Merge branch 'master' into positec

---
 src/tabviews/custom/components/module/voucher/resetAttach/index.scss |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/src/tabviews/custom/components/module/voucher/resetAttach/index.scss b/src/tabviews/custom/components/module/voucher/resetAttach/index.scss
index c7439c4..de3273a 100644
--- a/src/tabviews/custom/components/module/voucher/resetAttach/index.scss
+++ b/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;
     }

--
Gitblit v1.8.0