From 09b384bf3a3344fa5fc8d5c581f02f1442a278d7 Mon Sep 17 00:00:00 2001 From: ohhoney1 <1269075501@qq.com> Date: Wed, 23 Jan 2019 14:19:46 +0800 Subject: [PATCH] Radio: refine style --- packages/theme-chalk/src/radio.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/theme-chalk/src/radio.scss b/packages/theme-chalk/src/radio.scss index f8aa6736e..89ef6be2d 100644 --- a/packages/theme-chalk/src/radio.scss +++ b/packages/theme-chalk/src/radio.scss @@ -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) {