From 7adf0212cd71a8ec604f65ba2c2e9bdfc5dec22d Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 13 一月 2023 10:31:38 +0800 Subject: [PATCH] 2023-01-13 --- src/tabviews/custom/components/card/cardcellList/index.scss | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/tabviews/custom/components/card/cardcellList/index.scss b/src/tabviews/custom/components/card/cardcellList/index.scss index 1523314..1eb878d 100644 --- a/src/tabviews/custom/components/card/cardcellList/index.scss +++ b/src/tabviews/custom/components/card/cardcellList/index.scss @@ -92,8 +92,13 @@ padding: 0; overflow: hidden; } - .ant-checkbox-inner, .ant-checkbox-checked::after { - border-radius: 15px; + .ant-checkbox-wrapper:not(.square) { + .ant-checkbox-inner, .ant-checkbox-checked::after { + border-radius: 15px; + } + } + .ant-checkbox-inner { + border-color: #b8b8b8; } } .ant-mk-slider { -- Gitblit v1.8.0