mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +08:00
update layout demo doc
This commit is contained in:
parent
ff2cb6142a
commit
38f98fa1ee
@ -4,7 +4,7 @@
|
||||
|
||||
列偏移。
|
||||
|
||||
使用 `.col-offset-*` 类可以将列向右侧偏。例如,`.col-offset-4` 类将 `.col-4` 元素向右侧偏移了4个列(column)的宽度。
|
||||
使用 `offset` 可以将列向右侧偏。例如,`offset={4}` 将元素向右侧偏移了 4 个列(column)的宽度。
|
||||
|
||||
---
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
列排序。
|
||||
|
||||
通过使用 `.col-push-*` 和 `.col-pull-*` 类就可以很容易的改变列(column)的顺序。
|
||||
通过使用 `push` 和 `pull` 类就可以很容易的改变列(column)的顺序。
|
||||
|
||||
---
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user