From a9ac16fecc0cf9bc66dfaefe4e9b35fa3c722812 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 10 十一月 2020 16:58:43 +0800 Subject: [PATCH] 2020-11-10 --- src/tabviews/custom/components/card/cardcellList/index.scss | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/tabviews/custom/components/card/cardcellList/index.scss b/src/tabviews/custom/components/card/cardcellList/index.scss index c55fce9..79a952f 100644 --- a/src/tabviews/custom/components/card/cardcellList/index.scss +++ b/src/tabviews/custom/components/card/cardcellList/index.scss @@ -97,6 +97,12 @@ border-left: 0; border-right: 0; } + .ant-mk-date { + white-space: nowrap; + overflow: hidden; + word-break: break-word; + text-overflow: ellipsis; + } .ant-slider { margin: 0px; } -- Gitblit v1.8.0