## zh-CN | |
ๅธๅฑๅบ็กใ | |
ๅญๅ ็ด ๆ นๆฎไธๅ็ๅผ `start`ใ`center`ใ`end`ใ`space-between`ใ`space-around` ๅ `space-evenly`๏ผๅๅซๅฎไนๅ ถๅจ็ถ่็น้้ข็ๆ็ๆนๅผใ | |
## en-US | |
Child elements depending on the value of the `start`, `center`, `end`, `space-between`, `space-around` and `space-evenly`, which are defined in its parent node typesetting mode. | |
```css | |
#grid-demo-flex [class~='ant-row'] { | |
background: rgba(128, 128, 128, 0.08); | |
} | |
``` | |