From 28f9d6aadef16cafb888ff6bcc97f99bde971d8d Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期五, 10 五月 2024 13:58:20 +0800 Subject: [PATCH] # --- src/pages/right/index.jsx | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/right/index.jsx b/src/pages/right/index.jsx index 06ee269..576c077 100644 --- a/src/pages/right/index.jsx +++ b/src/pages/right/index.jsx @@ -6,14 +6,14 @@ 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 containerAnimation = useSpring({ transform: isExpanded ? 'translate(0%)' : 'translateX(100%)', config: { precision: 0.01 }, @@ -30,9 +30,9 @@ }} className={`absolute top-2 w-[280px] right-2 bottom-2 ${styles.panel}`} > - <div className="overflow-auto h-full"> + <div className="overflow-hidden h-full"> <Panel title="鍑哄叆搴撲俊鎭�"> - {/* <Allerway /> */} + <InOutCharts /> </Panel> <Panel title="鍑哄叆搴撶粺璁�"> <StatCharts /> -- Gitblit v1.9.1