From 8e003c1a94d26cc4d477e7aa03593ccb4d7e6c61 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 11 十月 2024 17:47:40 +0800 Subject: [PATCH] 2024-10-11 --- src/tabviews/custom/components/card/cardcellList/index.scss | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tabviews/custom/components/card/cardcellList/index.scss b/src/tabviews/custom/components/card/cardcellList/index.scss index e5cfb31..b13d11b 100644 --- a/src/tabviews/custom/components/card/cardcellList/index.scss +++ b/src/tabviews/custom/components/card/cardcellList/index.scss @@ -54,7 +54,7 @@ overflow: visible; text-align: center; } - span { + span, div { text-indent: 0px; font-style: inherit; font-weight: inherit; @@ -117,7 +117,7 @@ min-height: 28px; padding: 0; overflow: hidden; - text-align: inherit; + // text-align: inherit; } .ant-checkbox-wrapper:not(.square) { .ant-checkbox-inner, .ant-checkbox-checked::after { -- Gitblit v1.8.0