|
@@ -41,6 +41,14 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ &:first-child {
|
|
|
+ .el-radio-button__inner {
|
|
|
+ border-left: $--border-base;
|
|
|
+ border-radius: $--border-radius-base 0 0 $--border-radius-base;
|
|
|
+ box-shadow: none !important;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
@include e(orig-radio) {
|
|
|
opacity: 0;
|
|
|
outline: none;
|
|
@@ -72,13 +80,6 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- &:first-child {
|
|
|
- .el-radio-button__inner {
|
|
|
- border-left: $--border-base;
|
|
|
- border-radius: $--border-radius-base 0 0 $--border-radius-base;
|
|
|
- box-shadow: none !important;
|
|
|
- }
|
|
|
- }
|
|
|
&:last-child {
|
|
|
.el-radio-button__inner {
|
|
|
border-radius: 0 $--border-radius-base $--border-radius-base 0;
|