--- order: 4 title: Flex 布局 --- Flex 布局基础。 使用 `row-flex` 定义 `flex` 布局,其子元素根据不同的值 `start`,`center`,`end`,`space-between`,`space-around`,分别定义其在父节点里面的排版方式。 ````jsx import { Row, Col } from 'antd'; ReactDOM.render(
子元素居左排列
子元素居中排列
子元素居右排列
子元素等宽排列
子元素分散对齐