mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-24 02:16:12 +08:00
[bugfix] Button: reset default margin in safari (#3577)
This commit is contained in:
parent
5b12d80d97
commit
8761669ab9
@ -5,6 +5,7 @@
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
height: @button-default-height;
|
height: @button-default-height;
|
||||||
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
font-size: @button-default-font-size;
|
font-size: @button-default-font-size;
|
||||||
line-height: @button-default-line-height;
|
line-height: @button-default-line-height;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user