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 {
|
&__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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user