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/tabviews/custom/components/card/cardcellList/index.scss | 42 ++++++++++++++++++++++++++---------------- 1 files changed, 26 insertions(+), 16 deletions(-) diff --git a/src/tabviews/custom/components/card/cardcellList/index.scss b/src/tabviews/custom/components/card/cardcellList/index.scss index ec32d1f..587b487 100644 --- a/src/tabviews/custom/components/card/cardcellList/index.scss +++ b/src/tabviews/custom/components/card/cardcellList/index.scss @@ -1,8 +1,21 @@ .card-cell-list { position: relative; + line-height: 1.5; + .ant-btn { padding: 0; + } + .ant-typography { + margin: 0; + padding: 0; + font-style: inherit; + font-weight: inherit; + text-decoration: inherit; + color: inherit; + .anticon-copy { + color: var(--mk-sys-color); + } } .ant-mk-text { font-style: inherit; @@ -10,12 +23,19 @@ text-decoration: inherit; .sequence-wrap { display: inline-block; - width: 22px; - height: 22px; - line-height: 22px; + width: 21px; + height: 21px; + line-height: 21px; white-space: nowrap; border-radius: 50%; overflow: visible; + text-align: center; + } + span { + text-indent: 0px; + font-style: inherit; + font-weight: inherit; + text-decoration: inherit; } } .ant-mk-text:not(.line1):not(.line) { @@ -118,12 +138,6 @@ border-left: 0; border-right: 0; } - .ant-mk-date { - white-space: nowrap; - overflow: hidden; - word-break: break-word; - text-overflow: ellipsis; - } .ant-mk-check { white-space: nowrap; overflow: hidden; @@ -140,13 +154,9 @@ } } } - .ant-mk-picture { - background-size: cover; - background-position: center center; - background-repeat: no-repeat; - } - .ant-mk-picture.scale { - cursor: zoom-in; + .ant-mk-icon { + vertical-align: top; + line-height: inherit; } .ant-switch-large { min-width: 60px; -- Gitblit v1.8.0