From b99ce8c40845653c2459dbf1d758ebead03f9183 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 02 一月 2023 21:24:29 +0800 Subject: [PATCH] 2023-01-02 --- src/tabviews/custom/components/card/cardcellList/index.scss | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/tabviews/custom/components/card/cardcellList/index.scss b/src/tabviews/custom/components/card/cardcellList/index.scss index 501a91f..1523314 100644 --- a/src/tabviews/custom/components/card/cardcellList/index.scss +++ b/src/tabviews/custom/components/card/cardcellList/index.scss @@ -77,6 +77,11 @@ .line10 { -webkit-line-clamp: 10; } + .ant-col:not(.mk-cell-btn) > div { + background-position: center center; + background-repeat: no-repeat; + background-size: cover; + } .mk-cell-btn { > div {width: 100%;max-width: 100%;} button:not(.ant-switch) { -- Gitblit v1.8.0