From c7df940632b5f238f524da651fbf27a91ff6ad36 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 26 十月 2020 16:54:46 +0800
Subject: [PATCH] 2020-10-26

---
 src/tabviews/custom/components/card/data-card/index.scss |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/src/tabviews/custom/components/card/data-card/index.scss b/src/tabviews/custom/components/card/data-card/index.scss
index 5ce4120..c117a33 100644
--- a/src/tabviews/custom/components/card/data-card/index.scss
+++ b/src/tabviews/custom/components/card/data-card/index.scss
@@ -3,7 +3,7 @@
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
-  min-height: 100px;
+  min-height: 50px;
   display: flex;
   position: relative;
 
@@ -39,7 +39,6 @@
     flex: 10;
   }
   .card-item-box {
-    border-style: solid;
     .card-cell-list::after {
       content: ' ';
       display: block;
@@ -102,9 +101,9 @@
   }
 
   .ant-empty {
-    position: absolute;
-    top: calc(50% - 34px);
-    left: calc(50% - 92px);
+    width: 100%;
+    min-height: 100px;
+    padding-top: 15px;
 
     .ant-empty-image {
       height: 60px;

--
Gitblit v1.8.0