From 0a775d67b17400de3bbac4767d5ea25e6f0d14f9 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 06 二月 2023 15:15:00 +0800
Subject: [PATCH] 2023-02-06

---
 src/menu/components/card/cardcellcomponent/dragaction/index.scss |   20 ++++++++++++--------
 1 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/src/menu/components/card/cardcellcomponent/dragaction/index.scss b/src/menu/components/card/cardcellcomponent/dragaction/index.scss
index ab11c7e..a101adb 100644
--- a/src/menu/components/card/cardcellcomponent/dragaction/index.scss
+++ b/src/menu/components/card/cardcellcomponent/dragaction/index.scss
@@ -1,4 +1,5 @@
 .card-detail-row {
+  line-height: 1.5;
   .ant-mk-text {
     font-style: inherit;
     font-weight: inherit;
@@ -92,14 +93,6 @@
     border-left: 0;
     border-right: 0;
   }
-  .ant-mk-date {
-    white-space: nowrap;
-    overflow: hidden;
-    word-break: break-word;
-    text-overflow: ellipsis;
-    font-weight: inherit;
-    font-style: inherit;
-  }
   .ant-mk-check {
     white-space: nowrap;
     overflow: hidden;
@@ -122,6 +115,11 @@
     background-position: center center;
     background-repeat: no-repeat;
   }
+  .ant-mk-icon {
+    vertical-align: top;
+    line-height: inherit;
+    color: inherit;
+  }
   .ant-switch-large {
     min-width: 60px;
     height: 30px;
@@ -143,4 +141,10 @@
     width: 26px;
     height: 26px;
   }
+
+  .card-cell > div {
+    background-position: center center;
+    background-repeat: no-repeat;
+    background-size: cover;
+  }
 }
\ No newline at end of file

--
Gitblit v1.8.0