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;
|
background-color: @white;
|
||||||
|
|
||||||
&--horizontal {
|
&--horizontal {
|
||||||
padding: 0 10px;
|
padding: 10px 10px 0;
|
||||||
|
|
||||||
.van-steps__items {
|
.van-steps__items {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user