From fa381753ef2a2b25b1c0722549ac17e333da79be Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 06 九月 2022 22:50:54 +0800 Subject: [PATCH] 2022-09-06 --- 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