From c55747e473fe203bc9aa90f62cc05297d42d73cb Mon Sep 17 00:00:00 2001 From: afc163 Date: Tue, 31 Oct 2017 11:13:03 +0800 Subject: [PATCH] update card height --- src/routes/Dashboard/Analysis.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/Dashboard/Analysis.js b/src/routes/Dashboard/Analysis.js index 703ef774..ba80f5be 100644 --- a/src/routes/Dashboard/Analysis.js +++ b/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 }} /> -- GitLab