From f9816a4078fdba44115c69025d9982997f23b484 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 29 四月 2024 16:00:49 +0800 Subject: [PATCH] Merge branch 'develop' --- src/tabviews/custom/components/card/cardcellList/index.scss | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/src/tabviews/custom/components/card/cardcellList/index.scss b/src/tabviews/custom/components/card/cardcellList/index.scss index fbd7791..ff8997c 100644 --- a/src/tabviews/custom/components/card/cardcellList/index.scss +++ b/src/tabviews/custom/components/card/cardcellList/index.scss @@ -3,6 +3,10 @@ position: relative; line-height: 1.5; + .ant-col-0:not(.mk-cell-btn) { + display: block; + float: left; + } .ant-btn { padding: 0; } @@ -17,6 +21,7 @@ font-style: inherit; font-weight: inherit; text-decoration: inherit; + font-family: inherit; color: inherit; .anticon-copy { color: var(--mk-sys-color); @@ -26,6 +31,7 @@ font-style: inherit; font-weight: inherit; text-decoration: inherit; + font-family: inherit; .sequence-wrap { display: inline-block; width: 21px; @@ -41,6 +47,7 @@ font-style: inherit; font-weight: inherit; text-decoration: inherit; + font-family: inherit; } } .ant-mk-text:not(.line1):not(.line) { @@ -88,6 +95,7 @@ background-size: cover; } .mk-cell-btn { + text-align: center; min-height: 0px; > div {width: 100%;max-width: 100%;} button:not(.ant-switch) { @@ -97,6 +105,7 @@ min-height: 28px; padding: 0; overflow: hidden; + text-align: inherit; } .ant-checkbox-wrapper:not(.square) { .ant-checkbox-inner, .ant-checkbox-checked::after { @@ -154,6 +163,12 @@ border-left: 0; border-right: 0; } + .ant-mk-tag { + .tag-item { + display: inline-block; + vertical-align: top; + } + } .ant-mk-check { white-space: nowrap; overflow: hidden; -- Gitblit v1.8.0