From 3620d67cfd2f2af19ef4d656734badd4445c90b8 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 14 二月 2023 18:35:16 +0800 Subject: [PATCH] 2023-02-14 --- src/tabviews/custom/components/module/voucher/resetAttach/index.scss | 14 ++++++++++++++ 1 files changed, 14 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..94b8bcf 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; @@ -190,6 +196,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