From f0bf8c399c354c22227f8f1a76ed806098db59c0 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 21 五月 2024 16:51:02 +0800 Subject: [PATCH] 2024-05-21 --- src/tabviews/custom/components/card/cardcellList/index.scss | 27 +++++++++++++++++++++++++++ 1 files changed, 27 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..e5cfb31 100644 --- a/src/tabviews/custom/components/card/cardcellList/index.scss +++ b/src/tabviews/custom/components/card/cardcellList/index.scss @@ -3,8 +3,24 @@ position: relative; line-height: 1.5; + .ant-col-0:not(.mk-cell-btn) { + display: block; + float: left; + } .ant-btn { padding: 0; + } + .ant-btn.mk-btn-hover-bg:not([disabled]):hover { + opacity: 1!important; + color: #ffffff!important; + border-color: var(--mk-sys-color)!important; + background-color: var(--mk-sys-color)!important; + } + .ant-btn.mk-btn-hover-border:not([disabled]):hover { + opacity: 1!important; + color: var(--mk-sys-color)!important; + border-color: var(--mk-sys-color)!important; + background-color: #ffffff!important; } .file-image { max-height: 100%; @@ -17,6 +33,7 @@ font-style: inherit; font-weight: inherit; text-decoration: inherit; + font-family: inherit; color: inherit; .anticon-copy { color: var(--mk-sys-color); @@ -26,6 +43,7 @@ font-style: inherit; font-weight: inherit; text-decoration: inherit; + font-family: inherit; .sequence-wrap { display: inline-block; width: 21px; @@ -41,6 +59,7 @@ font-style: inherit; font-weight: inherit; text-decoration: inherit; + font-family: inherit; } } .ant-mk-text:not(.line1):not(.line) { @@ -88,6 +107,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 +117,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 +175,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