vant/src/grid/index.less
2019-06-28 11:16:42 +08:00

7 lines
75 B
Plaintext

@import '../style/var';
.van-grid {
display: flex;
flex-wrap: wrap;
}