fix RadioButton style inside FormItem

This commit is contained in:
afc163 2016-10-18 22:26:57 +08:00
parent 55c2223366
commit be02817433

View File

@ -181,7 +181,8 @@ span.@{radio-prefix-cls} + * {
}
.@{radio-prefix-cls}-inner,
input {
input[type="checkbox"],
input[type="radio"] {
.opacity(0);
width: 0;
height: 0;