From bad8cc062679d960ddde1c031d6f07ece0cc6c09 Mon Sep 17 00:00:00 2001 From: tanjinzhou <415800467@qq.com> Date: Fri, 15 Nov 2019 15:12:31 +0800 Subject: [PATCH] revert: radio style --- components/radio/style/index.less | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/components/radio/style/index.less b/components/radio/style/index.less index 1bd68f26f..7ba347c2c 100644 --- a/components/radio/style/index.less +++ b/components/radio/style/index.less @@ -184,18 +184,18 @@ span.@{radio-prefix-cls} + * { line-height: @input-height-sm - 2px; } - // &:not(:first-child) { - // &::before { - // position: absolute; - // top: 0; - // left: -1px; - // display: block; - // width: 1px; - // height: 100%; - // background-color: @border-color-base; - // content: ''; - // } - // } + &:not(:first-child) { + &::before { + position: absolute; + top: 0; + left: -1px; + display: block; + width: 1px; + height: 100%; + background-color: @border-color-base; + content: ''; + } + } &:first-child { border-left: @border-width-base @border-style-base @border-color-base; border-radius: @border-radius-base 0 0 @border-radius-base;