Merge branch 'dev' into next

This commit is contained in:
chenjiahan
2020-09-28 11:46:26 +08:00
72 changed files with 259 additions and 243 deletions
+3 -3
View File
@@ -2,7 +2,7 @@
### Intro
Quickly and easily create layouts with `van-row` and `van-col`
Quickly and easily create layouts with `van-row` and `van-col`.
### Install
@@ -41,7 +41,7 @@ Layout are based on 24-column. The attribute `span` in `Col` means the number of
### Column Spacing
Set grid spacing using `gutter` attribute. The default value is 0
Set grid spacing using `gutter` attribute. The default value is 0.
```html
<van-row gutter="20">
@@ -53,7 +53,7 @@ Set grid spacing using `gutter` attribute. The default value is 0
### Flex Layout
Setting `type` to `flex` to enable flex layout
Setting `type` to `flex` to enable flex layout.
```html
<van-row type="flex">