diff --git a/style/web/components/radio/_index.less b/style/web/components/radio/_index.less index dd9cbf7860..8804d2cc48 100644 --- a/style/web/components/radio/_index.less +++ b/style/web/components/radio/_index.less @@ -59,6 +59,10 @@ border-radius: 0 @border-radius-default @border-radius-default 0; } + &:only-child { + border-radius: @border-radius-default; + } + &.@{prefix}-is-checked { color: @radio-button-color-outline-checked; }