ant-design/components/grid/demo/basic.md

12 lines
380 B
Markdown
Raw Permalink Normal View History

## zh-CN
2015-06-15 17:46:42 +08:00
从堆叠到水平排列。
2015-06-09 18:22:52 +08:00
2016-02-23 17:34:46 +08:00
使用单一的一组 `Row``Col` 栅格组件就可以创建一个基本的栅格系统所有列Col必须放在 `Row` 内。
2015-06-09 18:22:52 +08:00
## en-US
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`.