From 5064543dd5f85cb0754153bf033328ec9224484c Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 14 六月 2023 13:49:32 +0800
Subject: [PATCH] Merge branch 'master' into positec

---
 src/tabviews/custom/components/card/table-card/index.scss |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/tabviews/custom/components/card/table-card/index.scss b/src/tabviews/custom/components/card/table-card/index.scss
index c7b6fc8..088083a 100644
--- a/src/tabviews/custom/components/card/table-card/index.scss
+++ b/src/tabviews/custom/components/card/table-card/index.scss
@@ -105,6 +105,13 @@
     cursor: not-allowed;
     color: #bcbcbc;
   }
+  .ant-empty {
+    min-height: 100px;
+    padding-top: 15px;
+    .ant-empty-image {
+      height: 60px;
+    }
+  }
 }
 
 .custom-card-box::after {

--
Gitblit v1.8.0