From cb9ade2afd2a367ad767bc605ab7086c695dd010 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 09 十二月 2022 15:53:32 +0800
Subject: [PATCH] 2022-12-09

---
 src/menu/components/card/cardcellcomponent/dragaction/index.scss |   13 +++++--------
 1 files changed, 5 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..3683516 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,10 @@
     background-position: center center;
     background-repeat: no-repeat;
   }
+  .ant-mk-icon {
+    vertical-align: top;
+    line-height: inherit;
+  }
   .ant-switch-large {
     min-width: 60px;
     height: 30px;

--
Gitblit v1.8.0