mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[Improvement] Radio: optimize style (#1626)
This commit is contained in:
parent
cf9ffa24d0
commit
559a04924b
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user