diff --git a/style/components/radio.less b/style/components/radio.less index 890d58cec22cfc0b6c1e59c208e30622052bf786..63f2dee5bfb782cf5adaa6e38bfb9b0ce88c3cf2 100644 --- a/style/components/radio.less +++ b/style/components/radio.less @@ -160,7 +160,9 @@ .@{radio-prefix-cls}-inner, input { - display: none; + .opacity(0); + width: 0; + height: 0; } &-checked {