feat: key spacing

This commit is contained in:
qianxi0410
2022-08-06 23:47:28 +08:00
parent 6aaba6debd
commit 9abf1b9d73
10 changed files with 61 additions and 60 deletions

View File

@ -111,7 +111,7 @@ class HomePage extends React.Component {
return (
<div>
<Row style={{width: "100%"}}>
<Col span={24} style={{display: "flex", justifyContent: "center"}} >
<Col span={24} style={{display: "flex", justifyContent: "center"}} >
{
this.renderCards()
}