[Improvement] Radio: optimize style (#1626)

This commit is contained in:
neverland 2018-08-14 14:51:27 +08:00 committed by GitHub
parent cf9ffa24d0
commit 559a04924b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,8 +13,9 @@ $van-radio-size: 20px;
} }
&__input { &__input {
height: 1em;
position: relative; position: relative;
height: $van-radio-size; font-size: $van-radio-size;
} }
&__control { &__control {
@ -40,7 +41,6 @@ $van-radio-size: 20px;
.van-icon { .van-icon {
width: 1em; width: 1em;
pointer-events: none; pointer-events: none;
font-size: $van-radio-size;
} }
.van-icon-checked { .van-icon-checked {