From 4f1728a730b2cf93e9e9f8cfade46a0559e34287 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期二, 14 五月 2024 15:03:43 +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 168e2c2..df56a08 100644
--- a/src/pages/right/index.jsx
+++ b/src/pages/right/index.jsx
@@ -6,13 +6,13 @@
 
 import Panel from '@/components/panel';
 
-// import Allerway from './components/Allerway';
+import InOutCharts from './components/inout-charts';
 import StatCharts from './components/stat-charts';
 import TaskCharts from './components/task-charts';
 // import Handles from './components/Handles';
 
 const Right = () => {
-  const [isExpanded, setIsExpanded] = useState(false);
+  const [isExpanded, setIsExpanded] = useState(true);
 
   const containerAnimation = useSpring({
     transform: isExpanded ? 'translate(0%)' : 'translateX(100%)',
@@ -32,7 +32,7 @@
       >
         <div className="overflow-hidden h-full">
           <Panel title="鍑哄叆搴撲俊鎭�">
-            {/* <Allerway /> */}
+            <InOutCharts />
           </Panel>
           <Panel title="鍑哄叆搴撶粺璁�">
             <StatCharts />

--
Gitblit v1.9.1