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

16 lines
482 B
Markdown
Raw Normal View History

## zh-CN
布局基础。
2015-06-09 22:19:35 +08:00
子元素根据不同的值 `start`、`center`、`end`、`space-between`、`space-around` 和 `space-evenly`,分别定义其在父节点里面的排版方式。
2015-06-09 22:19:35 +08:00
## 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
#components-grid-demo-flex [class~='ant-row'] {
2019-12-23 17:16:26 +08:00
background: rgba(128, 128, 128, 0.08);
}
```