From 57361955412c90f571dc5d06fdd1bdaab48060e0 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期六, 29 七月 2023 15:55:18 +0800
Subject: [PATCH] Merge branch 'develop'

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

diff --git a/src/tabviews/custom/index.scss b/src/tabviews/custom/index.scss
index 2c2a5fe..19bb049 100644
--- a/src/tabviews/custom/index.scss
+++ b/src/tabviews/custom/index.scss
@@ -49,6 +49,15 @@
     display: none;
   }
 }
+.custom-page-wrap.mk-no-mask {
+  .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