mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(Row): should allow flex wrap
This commit is contained in:
parent
ed753ac97d
commit
ff61e25f10
@ -2,6 +2,7 @@
|
||||
|
||||
.van-row {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
||||
&--justify-center {
|
||||
justify-content: center;
|
||||
|
Loading…
x
Reference in New Issue
Block a user