From 55b992cbe07921af90416d9c9f04589d89b22408 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期一, 29 四月 2024 14:02:38 +0800 Subject: [PATCH] # --- src/pages/left/components/agv-charts.jsx | 2 +- src/pages/left/components/task-charts.jsx | 2 +- src/pages/right/components/stat-charts.jsx | 2 +- src/pages/right/components/task-charts.jsx | 2 +- src/pages/left/components/stock-charts.jsx | 2 +- src/pages/right/components/inout-charts.jsx | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/pages/left/components/agv-charts.jsx b/src/pages/left/components/agv-charts.jsx index 2e2e57f..1d9cbda 100644 --- a/src/pages/left/components/agv-charts.jsx +++ b/src/pages/left/components/agv-charts.jsx @@ -26,7 +26,7 @@ return ( <ScrollBoard config={config} - style={{ width: '100%', height: '220px', fontSize: '12px', marginBottom: '8px' }} + style={{ width: '100%', height: '280px', fontSize: '12px', marginBottom: '8px' }} /> ); }; diff --git a/src/pages/left/components/stock-charts.jsx b/src/pages/left/components/stock-charts.jsx index 9fe5aba..30c74cc 100644 --- a/src/pages/left/components/stock-charts.jsx +++ b/src/pages/left/components/stock-charts.jsx @@ -193,7 +193,7 @@ return ( <> <div> - <ReactECharts style={{ height: '240px' }} option={option} /> + <ReactECharts style={{ height: '280px' }} option={option} /> </div> </> ); diff --git a/src/pages/left/components/task-charts.jsx b/src/pages/left/components/task-charts.jsx index 613e31f..44a091a 100644 --- a/src/pages/left/components/task-charts.jsx +++ b/src/pages/left/components/task-charts.jsx @@ -145,7 +145,7 @@ return ( <> <div> - <ReactECharts style={{ height: '200px' }} option={option} /> + <ReactECharts style={{ height: '250px' }} option={option} /> </div> </> ); diff --git a/src/pages/right/components/inout-charts.jsx b/src/pages/right/components/inout-charts.jsx index 94f6a1b..2a8ba0a 100644 --- a/src/pages/right/components/inout-charts.jsx +++ b/src/pages/right/components/inout-charts.jsx @@ -23,7 +23,7 @@ return ( <ScrollBoard config={config} - style={{ width: '100%', height: '220px', fontSize: '12px', marginBottom: '8px' }} + style={{ width: '100%', height: '280px', fontSize: '12px', marginBottom: '8px' }} /> ); }; diff --git a/src/pages/right/components/stat-charts.jsx b/src/pages/right/components/stat-charts.jsx index 3df4a84..38497f6 100644 --- a/src/pages/right/components/stat-charts.jsx +++ b/src/pages/right/components/stat-charts.jsx @@ -226,7 +226,7 @@ return ( <> <div> - <ReactECharts style={{ height: '200px' }} option={option} /> + <ReactECharts style={{ height: '250px' }} option={option} /> </div> </> ); diff --git a/src/pages/right/components/task-charts.jsx b/src/pages/right/components/task-charts.jsx index 2b13ca5..66a002d 100644 --- a/src/pages/right/components/task-charts.jsx +++ b/src/pages/right/components/task-charts.jsx @@ -132,7 +132,7 @@ return ( <div> - <ReactECharts style={{ height: '250px' }} option={option} /> + <ReactECharts style={{ height: '280px' }} option={option} /> </div> ); }; -- Gitblit v1.9.1