update layout demo doc

This commit is contained in:
afc163 2016-02-25 14:15:37 +08:00
parent ff2cb6142a
commit 38f98fa1ee
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
列偏移。
使用 `.col-offset-*` 类可以将列向右侧偏。例如,`.col-offset-4` 类将 `.col-4` 元素向右侧偏移了4个列column的宽度。
使用 `offset` 可以将列向右侧偏。例如,`offset={4}` 将元素向右侧偏移了 4 个列column的宽度。
---

View File

@ -4,7 +4,7 @@
列排序。
通过使用 `.col-push-*` 和 `.col-pull-*` 类就可以很容易的改变列column的顺序。
通过使用 `push` 和 `pull` 类就可以很容易的改变列column的顺序。
---