docs: update version tag

This commit is contained in:
陈嘉涵
2020-01-10 21:06:05 +08:00
parent 6555af4f76
commit e16239e426
124 changed files with 1974 additions and 1974 deletions
+12 -12
View File
@@ -94,21 +94,21 @@ Layout 组件提供了`24列栅格`,通过在`Col`上添加`span`属性设置
### Row Props
| 参数 | 说明 | 类型 | 默认值 | 版本 |
|------|------|------|------|------|
| type | 布局方式,可选值为`flex` | *string* | - | - |
| gutter | 列元素之间的间距(单位为px | *string \| number* | - | - |
| tag | 自定义元素标签 | *string* | `div` | - |
| justify | Flex 主轴对齐方式,可选值为 `end` `center` <br> `space-around` `space-between` | *string* | `start` | - |
| align | Flex 交叉轴对齐方式,可选值为 `center` `bottom` | *string* | `top` | - |
| 参数 | 说明 | 类型 | 默认值 |
|------|------|------|------|
| type | 布局方式,可选值为`flex` | *string* | - |
| gutter | 列元素之间的间距(单位为px | *string \| number* | - |
| tag | 自定义元素标签 | *string* | `div` |
| justify | Flex 主轴对齐方式,可选值为 `end` `center` <br> `space-around` `space-between` | *string* | `start` |
| align | Flex 交叉轴对齐方式,可选值为 `center` `bottom` | *string* | `top` |
### Col Props
| 参数 | 说明 | 类型 | 默认值 | 版本 |
|------|------|------|------|------|
| span | 列元素宽度 | *string \| number* | - | - |
| offset | 列元素偏移距离 | *string \| number* | - | - |
| tag | 自定义元素标签 | *string* | `div` | - |
| 参数 | 说明 | 类型 | 默认值 |
|------|------|------|------|
| span | 列元素宽度 | *string \| number* | - |
| offset | 列元素偏移距离 | *string \| number* | - |
| tag | 自定义元素标签 | *string* | `div` |
### Row Events