Skip to content

Commit

Permalink
docs: explain what it n, close: ant-design#6934
Browse files Browse the repository at this point in the history
  • Loading branch information
benjycui committed Jul 24, 2017
1 parent 2ba3a84 commit f648eda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/grid/demo/gutter.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ title:

## zh-CN

栅格常常需要和间隔进行配合,你可以使用 `Row``gutter` 属性,我们推荐使用 `(16+8n)px` 作为栅格间隔。
栅格常常需要和间隔进行配合,你可以使用 `Row``gutter` 属性,我们推荐使用 `(16+8n)px` 作为栅格间隔。(n 是自然数)

## en-US

You can use the `gutter` property of `Row` as grid spacing, we recommend set it to `(16 + 8n) px`.
You can use the `gutter` property of `Row` as grid spacing, we recommend set it to `(16 + 8n) px`. (`n` stands for natural number.)

````jsx
import { Row, Col } from 'antd';
Expand Down

0 comments on commit f648eda

Please sign in to comment.