mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-12-04 21:27:52 +08:00
radio-group: fixed style of the border-radius while the radio button group just has an element without any siblings. (#5646)
This commit is contained in:
parent
2106eea52c
commit
87813a229c
@ -80,6 +80,13 @@
|
||||
border-radius: 0 var(--border-radius-base) var(--border-radius-base) 0;
|
||||
}
|
||||
}
|
||||
|
||||
&:first-child:last-child {
|
||||
.el-radio-button__inner {
|
||||
border-radius: var(--border-radius-base);
|
||||
}
|
||||
}
|
||||
|
||||
@m large {
|
||||
& .el-radio-button__inner {
|
||||
@mixin button-size var(--button-large-padding-vertical), var(--button-large-padding-horizontal), var(--button-large-font-size), 0;
|
||||
|
Loading…
Reference in New Issue
Block a user