fixed RadioGroup style bug in small size
fixed RadioGroup style bug in small size
This commit is contained in:
parent
0bc0600097
commit
7098f97287
3 changed files with 4 additions and 4 deletions
2
dist/styles/iview.all.css
vendored
2
dist/styles/iview.all.css
vendored
File diff suppressed because one or more lines are too long
2
dist/styles/iview.css
vendored
2
dist/styles/iview.css
vendored
File diff suppressed because one or more lines are too long
|
@ -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;
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue