mirror of
https://github.com/youzan/vant.git
synced 2025-10-17 16:44:21 +00:00
fix(Row): should allow flex wrap
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
.van-row {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
||||
&--justify-center {
|
||||
justify-content: center;
|
||||
|
Reference in New Issue
Block a user