fix(Row): should allow flex wrap
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
.van-row {
|
.van-row {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
|
||||||
&--justify-center {
|
&--justify-center {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user