Commit 05d0e99a authored by afc163's avatar afc163

Fix card height

parent 4a7fadad
...@@ -112,7 +112,7 @@ export default class Monitor extends PureComponent { ...@@ -112,7 +112,7 @@ export default class Monitor extends PureComponent {
bordered={false} bordered={false}
className={styles.pieCard} className={styles.pieCard}
> >
<Row gutter={4} style={{ padding: '18px 0 19px 0' }}> <Row gutter={4} style={{ padding: '16px 0' }}>
<Col span={8}> <Col span={8}>
<Pie <Pie
animate={false} animate={false}
......
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