Browse Source

fix input has min size

close #3699
pull/13941/head
zombiej 6 years ago
parent
commit
73b5437b3a
  1. 1
      components/radio/style/index.less

1
components/radio/style/index.less

@ -214,6 +214,7 @@ span.@{radio-prefix-cls} + * {
opacity: 0;
width: 0;
height: 0;
pointer-events: none;
}
&-checked {

Loading…
Cancel
Save