[bugfix] Steps: missing top padding

This commit is contained in:
陈嘉涵 2019-05-02 09:59:55 +08:00
parent 5eb52742bb
commit ff9470923f

View File

@ -5,7 +5,7 @@
background-color: @white; background-color: @white;
&--horizontal { &--horizontal {
padding: 0 10px; padding: 10px 10px 0;
.van-steps__items { .van-steps__items {
display: flex; display: flex;