Fix radio style

This commit is contained in:
afc163 2016-03-03 15:24:51 +08:00
parent d10d92c455
commit f8e5e8ec5a

View File

@ -98,7 +98,7 @@
}
}
.@{radio-prefix-cls} + span {
span.@{radio-prefix-cls} + * {
margin-left: 8px;
}
@ -116,6 +116,10 @@
border: 1px solid @border-color-base;
border-left: 0;
a {
color: #666;
}
> span.@{radio-prefix-cls}-button {
margin-left: 0;
display: none;