From 46f79b491173d284a4900d19e7aecf7509481438 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 21 一月 2022 17:21:25 +0800 Subject: [PATCH] 2022-01-21 --- src/tabviews/custom/components/card/cardcellList/index.scss | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/src/tabviews/custom/components/card/cardcellList/index.scss b/src/tabviews/custom/components/card/cardcellList/index.scss index 0a10c7a..f48154a 100644 --- a/src/tabviews/custom/components/card/cardcellList/index.scss +++ b/src/tabviews/custom/components/card/cardcellList/index.scss @@ -59,11 +59,16 @@ } .mk-cell-btn { > div {width: 100%;max-width: 100%;} - button { + button:not(.ant-switch) { width: 100%; max-width: 100%; height: auto; min-height: 28px; + padding: 0; + overflow: hidden; + } + .ant-checkbox-inner, .ant-checkbox-checked::after { + border-radius: 15px; } } .ant-mk-slider { -- Gitblit v1.8.0