Commit 653f0d4c authored by Zhi Cun's avatar Zhi Cun Committed by GitHub

Merge pull request #14184 from ohhoney1/cnjs-branch

Radio: refine style
parents aa9851ee 09b384bf
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
white-space: nowrap; white-space: nowrap;
outline: none; outline: none;
font-size: $--font-size-base; font-size: $--font-size-base;
margin-right: 30px;
@include utils-user-select(none); @include utils-user-select(none);
@include when(bordered) { @include when(bordered) {
...@@ -79,8 +80,8 @@ ...@@ -79,8 +80,8 @@
} }
} }
& + .el-radio { &:last-child {
margin-left: 30px; margin-right: 0;
} }
@include e(input) { @include e(input) {
......
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