--- order: 5 title: Flex 对齐 --- Flex 子元素垂直对齐。 ````jsx import { Row, Col } from 'antd'; const DemoBox = props =>
{props.children}
顶部对齐
居中对齐
底部对齐