Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
## 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);
}
```