mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-05-24 23:49:14 +08:00
fix(Switch): switch node inherit font-size (#9841)
This commit is contained in:
parent
c698dbe16a
commit
791e20e7a9
@ -19,6 +19,8 @@
|
||||
left: 0;
|
||||
width: @switch-node-size;
|
||||
height: @switch-node-size;
|
||||
// https://github.com/youzan/vant/issues/9839
|
||||
font-size: inherit;
|
||||
background-color: @switch-node-background-color;
|
||||
border-radius: 100%;
|
||||
box-shadow: @switch-node-box-shadow;
|
||||
|
Loading…
x
Reference in New Issue
Block a user