From 5a5e07a0ce81d064038ece372e7e8844157a7d1b Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期日, 05 六月 2022 22:59:20 +0800
Subject: [PATCH] 2022-06-05

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

diff --git a/src/menu/components/card/cardcellcomponent/dragaction/index.scss b/src/menu/components/card/cardcellcomponent/dragaction/index.scss
index ab11c7e..c7c3f27 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;
@@ -122,6 +123,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