docs: type highlight (#4264)

This commit is contained in:
neverland
2019-08-27 22:09:21 +08:00
committed by GitHub
parent a79750d00c
commit ecbdc2bede
129 changed files with 1493 additions and 1484 deletions
+8 -8
View File
@@ -93,19 +93,19 @@ Setting `type` to `flex` to enable flex layout
| Attribute | Description | Type | Default | Version |
|------|------|------|------|------|
| type | Layout type, can be set to `flex` | `string` | - | - |
| gutter | Grid spacingpx | `string | number` | - | - |
| tag | Custom element tag | `string` | `div` | - |
| justify | Flex main axiscan be set to end/center/space-around/space-between | `string` | `start` | - |
| align | Flex cross axis, be set to center/bottom | `string` | `top` | - |
| type | Layout type, can be set to `flex` | *string* | - | - |
| gutter | Grid spacingpx | *string \| number* | - | - |
| tag | Custom element tag | *string* | `div` | - |
| justify | Flex main axiscan be set to end/center/space-around/space-between | *string* | `start` | - |
| align | Flex cross axis, be set to center/bottom | *string* | `top` | - |
### Col Props
| Attribute | Description | Type | Default | Version |
|------|------|------|------|------|
| span | number of column the grid spans | `string | number` | - | - |
| offset | number of spacing on the left side of the grid | `string | number` | - | - |
| tag | Custom element tag | `string` | `div` | - |
| span | number of column the grid spans | *string \| number* | - | - |
| offset | number of spacing on the left side of the grid | *string \| number* | - | - |
| tag | Custom element tag | *string* | `div` | - |
### Row Events