diff --git a/components/radio/style/addon.less b/components/radio/style/addon.less index f5a40b59..0ec5aa14 100644 --- a/components/radio/style/addon.less +++ b/components/radio/style/addon.less @@ -13,4 +13,36 @@ radioitem { } } } -} \ No newline at end of file +} + +.@{listPrefixCls}-item { + &.@{radioWarpPrefixCls}-item { + .@{listPrefixCls}-line { + .@{listPrefixCls}-extra { + flex: 0; + + .@{radioWarpPrefixCls} { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + width: 100%; + height: @list-item-height; + overflow: visible; + + &-inner { + right: @v-spacing-lg; + top: @h-spacing-lg; + } + } + } + } + + &.@{radioWarpPrefixCls}-item-disabled { + .@{listPrefixCls}-content { + color: @color-text-disabled; + } + } + } +}