Commit 87813a22 authored by YYvanYang's avatar YYvanYang Committed by baiyaaaaa

radio-group: fixed style of the border-radius while the radio button group...

radio-group: fixed style of the border-radius while the radio button group just has an element without any siblings. (#5646)
parent 2106eea5
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment