mirror of
https://github.com/youzan/vant.git
synced 2026-05-17 01:00:36 +08:00
[bugfix] Steps: missing top padding
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
background-color: @white;
|
||||
|
||||
&--horizontal {
|
||||
padding: 0 10px;
|
||||
padding: 10px 10px 0;
|
||||
|
||||
.van-steps__items {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user