From a450819392b0046573ac34c1121e09ef6fbc3561 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期四, 16 五月 2024 09:09:52 +0800 Subject: [PATCH] # --- src/pages/right/index.jsx | 4 ++-- src/pages/right/components/stat-charts.jsx | 2 +- src/pages/left/index.jsx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/left/index.jsx b/src/pages/left/index.jsx index 19f6a17..ede5a0b 100644 --- a/src/pages/left/index.jsx +++ b/src/pages/left/index.jsx @@ -29,7 +29,7 @@ className={`absolute top-2 left-2 bottom-2 w-[280px] ${styles.panel}`} > <div className="h-full overflow-hidden"> - <Panel title="鍔ㄤ綔缁熻"> + <Panel title="涓�鍛ㄥ唴鍔ㄤ綔缁熻"> <ActionCharts /> </Panel> <Panel title="搴撳瓨绫诲瀷"> diff --git a/src/pages/right/components/stat-charts.jsx b/src/pages/right/components/stat-charts.jsx index 38497f6..f3936a2 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: '250px' }} option={option} /> + <ReactECharts style={{ height: '270px' }} option={option} /> </div> </> ); diff --git a/src/pages/right/index.jsx b/src/pages/right/index.jsx index b61e57c..649b64f 100644 --- a/src/pages/right/index.jsx +++ b/src/pages/right/index.jsx @@ -31,10 +31,10 @@ className={`absolute top-2 w-[280px] right-2 bottom-2 ${styles.panel}`} > <div className="overflow-hidden h-full"> - <Panel title="鍑哄叆搴撶粺璁�"> + <Panel title="涓�鍛ㄥ唴鍑哄叆搴撶粺璁�"> <StatCharts /> </Panel> - <Panel title="浠诲姟鍒嗗竷"> + <Panel title="涓�鍛ㄥ唴浠诲姟鍒嗗竷"> <TaskCharts /> </Panel> <Panel title="AGV淇℃伅"> -- Gitblit v1.9.1