Browse Source

update card height

pull/309/head
afc163 9 years ago
parent
commit
21868bd2e9
  1. 2
      src/routes/Dashboard/Analysis.js

2
src/routes/Dashboard/Analysis.js

@ -449,7 +449,7 @@ export default class Analysis extends Component {
valueFormat={val => yuan(val)}
height={240}
lineWidth={4}
style={{ marginBottom: 52 }}
style={{ marginBottom: 57 }}
/>
</Card>
</Col>

Loading…
Cancel
Save