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/tabviews/custom/components/card/cardcellList/index.scss | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/tabviews/custom/components/card/cardcellList/index.scss b/src/tabviews/custom/components/card/cardcellList/index.scss index 8aea31b..ba005cc 100644 --- a/src/tabviews/custom/components/card/cardcellList/index.scss +++ b/src/tabviews/custom/components/card/cardcellList/index.scss @@ -1,6 +1,8 @@ .card-cell-list { position: relative; + line-height: 1.5; + .ant-btn { padding: 0; } @@ -162,6 +164,10 @@ .ant-mk-picture.scale { cursor: zoom-in; } + .ant-mk-icon { + vertical-align: top; + line-height: inherit; + } .ant-switch-large { min-width: 60px; height: 30px; -- Gitblit v1.8.0