From 66cc7818cf5e13c44f4372e7d47fb72df7d2f752 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 16 九月 2022 10:30:14 +0800 Subject: [PATCH] Merge branch 'master' into positec --- src/tabviews/custom/components/card/cardcellList/index.scss | 13 ++++--------- 1 files changed, 4 insertions(+), 9 deletions(-) diff --git a/src/tabviews/custom/components/card/cardcellList/index.scss b/src/tabviews/custom/components/card/cardcellList/index.scss index b584f3d..eb77a1e 100644 --- a/src/tabviews/custom/components/card/cardcellList/index.scss +++ b/src/tabviews/custom/components/card/cardcellList/index.scss @@ -23,12 +23,13 @@ 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; @@ -133,12 +134,6 @@ border-bottom: 0; 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; -- Gitblit v1.8.0