From d7534812c8199bf1e9faa0279b63e434737d6374 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 16 四月 2021 16:06:27 +0800 Subject: [PATCH] 2021-04-16 --- src/tabviews/custom/components/card/cardcellList/index.scss | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/tabviews/custom/components/card/cardcellList/index.scss b/src/tabviews/custom/components/card/cardcellList/index.scss index 2684266..5573905 100644 --- a/src/tabviews/custom/components/card/cardcellList/index.scss +++ b/src/tabviews/custom/components/card/cardcellList/index.scss @@ -46,9 +46,13 @@ .line10 { -webkit-line-clamp: 10; } - button { - height: auto; - min-height: 32px; + .mk-cell-btn { + > div {width: 100%;} + button { + width: 100%; + height: auto; + min-height: 32px; + } } .ant-mk-slider { box-sizing: border-box; -- Gitblit v1.8.0