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/components/card/table-card/index.jsx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/tabviews/custom/components/card/table-card/index.jsx b/src/tabviews/custom/components/card/table-card/index.jsx
index 75f6167..140a11c 100644
--- a/src/tabviews/custom/components/card/table-card/index.jsx
+++ b/src/tabviews/custom/components/card/table-card/index.jsx
@@ -299,7 +299,7 @@
       <div className="custom-table-card-box" style={{...config.style, height: config.wrap.height}}>
         {loading ?
           <div className="loading-mask">
-            <div className="ant-spin-blur"></div>
+            {data ? <div className="ant-spin-blur"></div> : null}
             <Spin />
           </div> : null
         }

--
Gitblit v1.8.0