From 5d1e5dc9b248f91b33105dc838200af07947cdb2 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 04 一月 2022 18:07:40 +0800 Subject: [PATCH] 2022-01-04 --- src/tabviews/custom/components/card/cardcellList/index.scss | 5 ++++- 1 files changed, 4 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..5ca1d4a 100644 --- a/src/tabviews/custom/components/card/cardcellList/index.scss +++ b/src/tabviews/custom/components/card/cardcellList/index.scss @@ -59,12 +59,15 @@ } .mk-cell-btn { > div {width: 100%;max-width: 100%;} - button { + button:not(.ant-switch) { width: 100%; max-width: 100%; height: auto; min-height: 28px; } + .ant-checkbox-inner, .ant-checkbox-checked::after { + border-radius: 15px; + } } .ant-mk-slider { box-sizing: border-box; -- Gitblit v1.8.0