From a4ef35bb323b5f8300f15a4eb604d61ff39a194a Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 17 十二月 2020 17:35:39 +0800 Subject: [PATCH] 2020-12-17 --- src/tabviews/custom/index.scss | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/tabviews/custom/index.scss b/src/tabviews/custom/index.scss index b8b53a5..4e7b7e6 100644 --- a/src/tabviews/custom/index.scss +++ b/src/tabviews/custom/index.scss @@ -44,4 +44,8 @@ opacity: 0.8; } } - +.custom-page-wrap.loading { + .ant-spin-spinning:not(.view-spin) { + display: none; + } +} -- Gitblit v1.8.0