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

10 lines
303 B
Markdown
Raw Normal View History

## zh-CN
2015-06-15 17:46:42 +08:00
列偏移。
2015-06-09 21:20:15 +08:00
2016-02-25 14:15:37 +08:00
使用 `offset` 可以将列向右侧偏。例如,`offset={4}` 将元素向右侧偏移了 4 个列column的宽度。
2015-06-09 21:20:15 +08:00
## en-US
2020-08-14 10:58:58 +08:00
`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.