Parcourir la source

update card height

afc163 il y a 8 ans
Parent
commit
c55747e473
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/routes/Dashboard/Analysis.js

+ 1 - 1
src/routes/Dashboard/Analysis.js

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