You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
212 B

## zh-CN
通过 `order` 来改变元素的排序。
## en-US
To change the element sort by `order`.
```css
#components-grid-demo-flex-order [class~='ant-row'] {
5 years ago
background: rgba(128, 128, 128, 0.08);
}
```