antd 水平和垂直居中

参考网址

//align : 垂直对齐 left middle right
//justify: 水平对齐 start center end
<Row type="flex" justify="center" align="middle" style={
     {
     minHeight:'100vh'}}>
<Col>
...
</Col>
</Row>

你可能感兴趣的:(Javascript)