diff --git a/style/components/radio.less b/style/components/radio.less index 9a0a8420825e824cf01dc5809e7ab87c4e395e69..890d58cec22cfc0b6c1e59c208e30622052bf786 100644 --- a/style/components/radio.less +++ b/style/components/radio.less @@ -4,6 +4,8 @@ @radio-duration: .3s; .@{radio-group-prefix-cls} { + display: inline-block; + vertical-align: middle; label { margin-right: 16px; }