From 766cded638e5e2e34a5f11eee9f982e67c7b8121 Mon Sep 17 00:00:00 2001 From: Benjy Cui Date: Mon, 6 Feb 2017 09:56:28 +0800 Subject: [PATCH] docs: update docs for Grid, close: #4744 --- components/grid/index.en-US.md | 2 +- components/grid/index.zh-CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/grid/index.en-US.md b/components/grid/index.en-US.md index 0c5ecae6bb..707e96bcb7 100644 --- a/components/grid/index.en-US.md +++ b/components/grid/index.en-US.md @@ -91,7 +91,7 @@ Ant Design layout component if it can not meet your needs, you can use the excel | Member | Explanation | Type | Default | |------------|-----------------|--------------------|-------------| | gutter | grid spacing | number | 0 | -| type | layout mode, the optional `flex`, effective modern browser | string | | +| type | layout mode, the optional `flex`, [effective modern browser](http://caniuse.com/#search=flex) | string | | | align | the vertical alignment of the layout of flex: `top` ` middle` `bottom` | string | `top` | | justify | horizontal arrangement of the layout of flex: `start` ` end` `center` ` space-around` `space-between` | string | `start` | diff --git a/components/grid/index.zh-CN.md b/components/grid/index.zh-CN.md index c28ca18472..37083bd701 100644 --- a/components/grid/index.zh-CN.md +++ b/components/grid/index.zh-CN.md @@ -90,7 +90,7 @@ Ant Design 的布局组件若不能满足你的需求,你也可以直接使用 | 成员 | 说明 | 类型 | 默认值 | |-----------|-----------------|--------------------|-------------| | gutter | 栅格间隔 | number | 0 | -| type | 布局模式,可选 `flex`,现代浏览器下有效 | string | | +| type | 布局模式,可选 `flex`,[现代浏览器](http://caniuse.com/#search=flex) 下有效 | string | | | align | flex 布局下的垂直对齐方式:`top` `middle` `bottom` | string | `top` | | justify | flex 布局下的水平排列方式:`start` `end` `center` `space-around` `space-between` | string | `start` |