mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[bugfix] Steps: missing top padding
This commit is contained in:
parent
5eb52742bb
commit
ff9470923f
@ -5,7 +5,7 @@
|
||||
background-color: @white;
|
||||
|
||||
&--horizontal {
|
||||
padding: 0 10px;
|
||||
padding: 10px 10px 0;
|
||||
|
||||
.van-steps__items {
|
||||
display: flex;
|
||||
|
Loading…
x
Reference in New Issue
Block a user