Merge pull request #14184 from ohhoney1/cnjs-branch

Radio: refine style
pull/14192/head
Zhi Cun 2019-01-23 14:34:41 +08:00 committed by GitHub
commit 653f0d4c0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -13,6 +13,7 @@
white-space: nowrap;
outline: none;
font-size: $--font-size-base;
margin-right: 30px;
@include utils-user-select(none);
@include when(bordered) {
@ -79,8 +80,8 @@
}
}
& + .el-radio {
margin-left: 30px;
&:last-child {
margin-right: 0;
}
@include e(input) {