Forráskód Böngészése

update card height

afc163 8 éve
szülő
commit
c55747e473
1 módosított fájl, 1 hozzáadás és 1 törlés
  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)}
                 height={240}
                 lineWidth={4}
-                style={{ marginBottom: 52 }}
+                style={{ marginBottom: 57 }}
               />
             </Card>
           </Col>