From a9b02f6862522b54d0824152017bf2acfec2af7b Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 21 三月 2024 10:29:50 +0800 Subject: [PATCH] 2024-03-21 --- src/tabviews/custom/components/card/cardcellList/index.scss | 2 ++ 1 files changed, 2 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..4c82d80 100644 --- a/src/tabviews/custom/components/card/cardcellList/index.scss +++ b/src/tabviews/custom/components/card/cardcellList/index.scss @@ -88,6 +88,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 +98,7 @@ min-height: 28px; padding: 0; overflow: hidden; + text-align: inherit; } .ant-checkbox-wrapper:not(.square) { .ant-checkbox-inner, .ant-checkbox-checked::after { -- Gitblit v1.8.0