fixed RadioGroup style bug in small size

fixed RadioGroup style bug in small size
This commit is contained in:
梁灏 2016-11-02 09:20:01 +08:00
parent 0bc0600097
commit 7098f97287
3 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -237,9 +237,9 @@ span.@{radio-prefix-cls} + * {
padding: 0 12px;
font-size: 12px;
&:first-child {
border-radius: @btn-border-radius 0 0 @btn-border-radius-small;
border-radius: @btn-border-radius-small 0 0 @btn-border-radius-small;
}
&:last-child {
border-radius: 0 @btn-border-radius-small @btn-border-radius 0;
border-radius: 0 @btn-border-radius-small @btn-border-radius-small 0;
}
}