From a10713ecf8a666446fb945c36fd97c6e7931bded Mon Sep 17 00:00:00 2001 From: Dong Xia Date: Thu, 23 Feb 2023 07:00:02 +0000 Subject: [PATCH] =?UTF-8?q?=E7=BA=A2=E8=89=B2=E4=B8=BB=E9=A2=98=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E5=BA=93=E6=8C=89=E9=92=AE=E7=BB=84=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Dong Xia --- src/assets/theme/red.scss | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/assets/theme/red.scss b/src/assets/theme/red.scss index f0b981c..f3750d3 100644 --- a/src/assets/theme/red.scss +++ b/src/assets/theme/red.scss @@ -85,4 +85,22 @@ body[data-theme='red'] { } } + .ant-radio-group{ + .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before{ + background-color: $linx-red-theme; + } + span { + color: $linx-red-theme; + } + .ant-radio-button-wrapper:first-child{ + border-radius: 20px 0 0 20px; + } + .ant-radio-button-wrapper:last-child{ + border-radius: 0 20px 20px 0; + } + .ant-radio-button-wrapper-checked { + border: 1px solid $linx-red-theme; + } + } + } -- Gitee