[bugfix] Steps: missing top padding
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user