From 02a9d42cdc64416e33c17007ef9fbe37f607c3f6 Mon Sep 17 00:00:00 2001 From: liweijie0812 <674416404@qq.com> Date: Tue, 19 Sep 2023 14:23:36 +0800 Subject: [PATCH] =?UTF-8?q?fix(radio-button):=20=20=E8=A1=A8=E5=8D=95?= =?UTF-8?q?=E9=AA=8C=E8=AF=81=E6=8F=90=E7=A4=BA=E5=9C=BA=E6=99=AF=E4=B8=8B?= =?UTF-8?q?=EF=BC=8C=E5=8F=B3=E8=BE=B9=E6=A1=86=E9=A2=9C=E8=89=B2=E4=B8=8D?= =?UTF-8?q?=E4=B8=80=E8=87=B4=20(#1599)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix(radio-button): 右边框颜色不一致 * feat: border-right-color --- style/web/components/form/_mixin.less | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/style/web/components/form/_mixin.less b/style/web/components/form/_mixin.less index 32a61b693d..fdbfbc62e8 100644 --- a/style/web/components/form/_mixin.less +++ b/style/web/components/form/_mixin.less @@ -34,6 +34,13 @@ } } + .@{prefix}-radio-button { + &:last-child { + border-right-color: @@borderColor; + @borderColor: "input-border-color-@{status}"; + } + } + .@{prefix}-textarea__inner { &.@{prefix}-is-focused { box-shadow: 0 0 0 2px @@boxShadowColor;