mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 10:07:07 +00:00
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