Commit cc4f465c authored by afc163's avatar afc163

Fix monitor page margin between cards

parent b46f6ea8
...@@ -145,7 +145,7 @@ class Monitor extends PureComponent { ...@@ -145,7 +145,7 @@ class Monitor extends PureComponent {
</Col> </Col>
</Row> </Row>
<Row gutter={24}> <Row gutter={24}>
<Col xl={12} lg={24} sm={24} xs={24}> <Col xl={12} lg={24} sm={24} xs={24} style={{ marginBottom: 24 }}>
<Card <Card
title={ title={
<FormattedMessage <FormattedMessage
...@@ -201,7 +201,7 @@ class Monitor extends PureComponent { ...@@ -201,7 +201,7 @@ class Monitor extends PureComponent {
</Row> </Row>
</Card> </Card>
</Col> </Col>
<Col xl={6} lg={12} sm={24} xs={24}> <Col xl={6} lg={12} sm={24} xs={24} style={{ marginBottom: 24 }}>
<Card <Card
title={ title={
<FormattedMessage <FormattedMessage
...@@ -216,7 +216,7 @@ class Monitor extends PureComponent { ...@@ -216,7 +216,7 @@ class Monitor extends PureComponent {
<TagCloud data={tags} height={161} /> <TagCloud data={tags} height={161} />
</Card> </Card>
</Col> </Col>
<Col xl={6} lg={12} sm={24} xs={24}> <Col xl={6} lg={12} sm={24} xs={24} style={{ marginBottom: 24 }}>
<Card <Card
title={ title={
<FormattedMessage <FormattedMessage
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
.mapChart { .mapChart {
padding-top: 24px; padding-top: 24px;
height: 457px; height: 452px;
text-align: center; text-align: center;
img { img {
display: inline-block; display: inline-block;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment