[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 {
height: 1em;
position: relative;
height: $van-radio-size;
font-size: $van-radio-size;
}
&__control {
@ -40,7 +41,6 @@ $van-radio-size: 20px;
.van-icon {
width: 1em;
pointer-events: none;
font-size: $van-radio-size;
}
.van-icon-checked {