mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
[bugfix] Stepper: fix min height (#716)
This commit is contained in:
parent
38fa8a3f02
commit
c40a55d007
@ -76,6 +76,7 @@
|
||||
width: 33px;
|
||||
height: 26px;
|
||||
padding: 1px;
|
||||
min-height: 0; // reset wechat default min height
|
||||
border: 1px solid @border-color;
|
||||
border-width: 1px 0;
|
||||
border-radius: 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user