fix(Row): should allow flex wrap

This commit is contained in:
chenjiahan 2020-10-09 19:42:51 +08:00
parent ed753ac97d
commit ff61e25f10

View File

@ -2,6 +2,7 @@
.van-row {
display: flex;
flex-wrap: wrap;
&--justify-center {
justify-content: center;