ant-design/components/grid/demo/flex-order.md

14 lines
201 B
Markdown
Raw Normal View History

## zh-CN
2020-08-14 10:58:58 +08:00
通过 `order` 来改变元素的排序。
2015-06-09 22:19:35 +08:00
## en-US
2020-08-14 10:58:58 +08:00
To change the element sort by `order`.
```css
#grid-demo-flex-order [class~='ant-row'] {
2019-12-23 14:49:45 +08:00
background: rgba(128, 128, 128, 0.08);
}
```