From 49f09cc6f8ff8c30a75ed1a9d6f510b69b73962a Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 12 十二月 2023 21:05:37 +0800 Subject: [PATCH] 2023-12-12 --- src/tabviews/custom/components/iframe/index.scss | 23 +++++++++++++++++++++++ 1 files changed, 23 insertions(+), 0 deletions(-) diff --git a/src/tabviews/custom/components/iframe/index.scss b/src/tabviews/custom/components/iframe/index.scss index 88f3569..3e97448 100644 --- a/src/tabviews/custom/components/iframe/index.scss +++ b/src/tabviews/custom/components/iframe/index.scss @@ -35,6 +35,13 @@ margin-top: 5px; width: 65%; float: right; + + .ant-btn[disabled] { + background-color: var(--mk-sys-color)!important; + border-color: var(--mk-sys-color)!important; + color: #ffffff!important; + opacity: 0.5; + } } } @@ -56,5 +63,21 @@ vertical-align: top; margin-top: 0px; } + + .mask { + position: absolute; + width: 100%; + height: 100%; + left: 0px; + top: 0px; + background: #ffffff; + z-index: 1; + + .ant-spin { + position: absolute; + left: calc(50% - 16px); + top: calc(50% - 16px); + } + } } } -- Gitblit v1.8.0