From d4e13e7616250c7fb0347b5c2c61dab415519183 Mon Sep 17 00:00:00 2001 From: afc163 Date: Sat, 5 Nov 2016 15:46:50 +0800 Subject: [PATCH] update layout --- components/layout/demo/basic.md | 6 +++--- components/layout/demo/offset.md | 7 ++----- components/layout/demo/reponsive-more.md | 2 +- components/layout/demo/reponsive.md | 2 +- components/layout/demo/sort.md | 6 +++--- 5 files changed, 10 insertions(+), 13 deletions(-) diff --git a/components/layout/demo/basic.md b/components/layout/demo/basic.md index 1778d70749..9f23ce6bcc 100644 --- a/components/layout/demo/basic.md +++ b/components/layout/demo/basic.md @@ -1,8 +1,8 @@ --- order: 0 title: - zh-CN: 基础布局 - en-US: Basic Layout + zh-CN: 基础栅格 + en-US: Basic Grid --- ## zh-CN @@ -15,7 +15,7 @@ title: From the stack to the horizontal arrangement. -You can create a basic grid system by using a single set of `Row` and` Col` grid assembly, ,all of the columns (Col) must be placed in `Row`. +You can create a basic grid system by using a single set of `Row` and` Col` grid assembly, all of the columns (Col) must be placed in `Row`. ````jsx import { Row, Col } from 'antd'; diff --git a/components/layout/demo/offset.md b/components/layout/demo/offset.md index ca91276872..f746608835 100644 --- a/components/layout/demo/offset.md +++ b/components/layout/demo/offset.md @@ -1,8 +1,8 @@ --- order: 2 -title: +title: zh-CN: 左右偏移 - en-US: Offset + en-US: Column offset --- ## zh-CN @@ -15,9 +15,6 @@ title: `Offset` can set the column to the right side. For example, using `offset = {4}` can set the element shifted to the right four columns width. -Column offset. - - ````jsx import { Row, Col } from 'antd'; diff --git a/components/layout/demo/reponsive-more.md b/components/layout/demo/reponsive-more.md index cd7c1e23f3..f91b30f5ae 100644 --- a/components/layout/demo/reponsive-more.md +++ b/components/layout/demo/reponsive-more.md @@ -13,7 +13,7 @@ title: ## en-US -`Span`` pull` `push`` offset` `order` property can be embedded into` xs` `sm`` md` `lg` properties to use, +`Span` pull` `push` offset` `order` property can be embedded into` xs` `sm` md` `lg` properties to use, where `xs = {6}` is equivalent to `xs = {{span: 6}}`. ````jsx diff --git a/components/layout/demo/reponsive.md b/components/layout/demo/reponsive.md index a417fdcc93..4a2306ebfb 100644 --- a/components/layout/demo/reponsive.md +++ b/components/layout/demo/reponsive.md @@ -11,7 +11,7 @@ title: ## en-US -Referring to the Bootstrap [responsive design] (http://getbootstrap.com/css/#grid-media-queries), here preset four dimensions: `xs`` sm` `md`` lg`. +Referring to the Bootstrap [responsive design] (http://getbootstrap.com/css/#grid-media-queries), here preset four dimensions: `xs` sm` `md` lg`. ````jsx import { Row, Col } from 'antd'; diff --git a/components/layout/demo/sort.md b/components/layout/demo/sort.md index 2aa963e15a..8352bb2c8d 100644 --- a/components/layout/demo/sort.md +++ b/components/layout/demo/sort.md @@ -1,8 +1,8 @@ --- order: 3 -title: - zh-CN: 布局排序 - en-US: Layout sort +title: + zh-CN: 栅格排序 + en-US: Grid sort --- ## zh-CN