File size: 201 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
## zh-CN
通过 `order` 来改变元素的排序。
## en-US
To change the element sort by `order`.
```css
#grid-demo-flex-order [class~='ant-row'] {
background: rgba(128, 128, 128, 0.08);
}
```
|