From da64ab0923bf8817fc8599a6e37b953ce38f64c8 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期日, 27 八月 2023 18:37:36 +0800
Subject: [PATCH] 2023-08-27

---
 src/tabviews/custom/index.scss |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/src/tabviews/custom/index.scss b/src/tabviews/custom/index.scss
index 2c2a5fe..ede42fb 100644
--- a/src/tabviews/custom/index.scss
+++ b/src/tabviews/custom/index.scss
@@ -49,6 +49,18 @@
     display: none;
   }
 }
+.custom-page-wrap.mk-no-mask {
+  .loading-mask {
+    max-height: 80vh;
+  }
+  .ant-spin-blur {
+    background: transparent!important;
+    opacity: 1;
+  }
+  .ant-spin-blur::after {
+    opacity: 0;
+  }
+}
 .custom-page-wrap.mk-scroll {
   height: calc(100vh - 93px);
   overflow: auto;

--
Gitblit v1.8.0