From bc5fc821b4988324f01939170f5b59d5b5beaba6 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Tue, 2 Apr 2024 18:23:17 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E8=BF=87=E6=BB=A4=E7=BB=84=E4=BB=B6):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8Dradio=E7=BB=84=E4=BB=B6=E5=9C=A8=E6=B7=B1?= =?UTF-8?q?=E8=89=B2=E4=B8=BB=E9=A2=98=E7=9C=8B=E4=B8=8D=E8=A7=81=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/frontend/src/components/widget/deWidget/DeRadio.vue | 2 ++ core/frontend/src/styles/index.scss | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/core/frontend/src/components/widget/deWidget/DeRadio.vue b/core/frontend/src/components/widget/deWidget/DeRadio.vue index c75182eff8..bbbbbc6b00 100644 --- a/core/frontend/src/components/widget/deWidget/DeRadio.vue +++ b/core/frontend/src/components/widget/deWidget/DeRadio.vue @@ -8,6 +8,7 @@ diff --git a/core/frontend/src/styles/index.scss b/core/frontend/src/styles/index.scss index 67f019cbd9..70b0d32367 100644 --- a/core/frontend/src/styles/index.scss +++ b/core/frontend/src/styles/index.scss @@ -833,7 +833,7 @@ div:focus { color: #1F2329 !important; } -.el-radio__input.is-checked:not(.is-disabled)+.el-radio__label { +.el-radio:not(.is-custom-select) .el-radio__input.is-checked:not(.is-disabled)+.el-radio__label { color: var(--deTextPrimary, #1F2329) !important; }