From 3f41ad8cf82b08585e89815feadb5a17938b3033 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期三, 15 五月 2024 16:07:26 +0800 Subject: [PATCH] # --- src/pages/right/index.jsx | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/right/index.jsx b/src/pages/right/index.jsx index df56a08..b61e57c 100644 --- a/src/pages/right/index.jsx +++ b/src/pages/right/index.jsx @@ -31,15 +31,15 @@ className={`absolute top-2 w-[280px] right-2 bottom-2 ${styles.panel}`} > <div className="overflow-hidden h-full"> - <Panel title="鍑哄叆搴撲俊鎭�"> - <InOutCharts /> - </Panel> <Panel title="鍑哄叆搴撶粺璁�"> <StatCharts /> </Panel> <Panel title="浠诲姟鍒嗗竷"> <TaskCharts /> </Panel> + <Panel title="AGV淇℃伅"> + <InOutCharts /> + </Panel> </div> <div className={`${'absolute text-white top-1/2 -translate-y-1/2 left-[-21px] bg-black bg-opacity-20 text-xl font-bold bg'}`} -- Gitblit v1.9.1