From 84ebabf53daa609c830d331594dd03772bbf3599 Mon Sep 17 00:00:00 2001 From: afc163 Date: Tue, 31 Oct 2017 16:53:32 +0800 Subject: [PATCH] Fix pie rerender --- src/routes/Dashboard/Analysis.js | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/src/routes/Dashboard/Analysis.js b/src/routes/Dashboard/Analysis.js index 290eb533..d6b28b35 100644 --- a/src/routes/Dashboard/Analysis.js +++ b/src/routes/Dashboard/Analysis.js @@ -439,16 +439,17 @@ export default class Analysis extends Component { style={{ marginTop: 24 }} >

销售额

- now.y + pre, 0))} - data={salesPieData} - valueFormat={val => yuan(val)} - height={240} - lineWidth={4} - style={{ marginBottom: 57 }} - /> +
+ now.y + pre, 0))} + data={salesPieData} + valueFormat={val => yuan(val)} + height={240} + lineWidth={4} + /> +
-- GitLab