#
luxiaotao1123
2024-05-10 28f9d6aadef16cafb888ff6bcc97f99bde971d8d
src/pages/left/index.jsx
@@ -7,7 +7,7 @@
import StockCharts from './components/stock-charts';
import TaskCharts from './components/task-charts';
// import AgvCharts from './components/agv-charts';
import AgvCharts from './components/agv-charts';
import CapacityCharts from './components/capacity-charts';
const Left = () => {
@@ -28,7 +28,7 @@
            }}
            className={`absolute top-2 left-2 bottom-2 w-[280px] ${styles.panel}`}
        >
            <div className="h-full overflow-auto">
            <div className="h-full overflow-hidden">
                <Panel title="库房情况">
                    <StockCharts />
                </Panel>
@@ -36,8 +36,8 @@
                    <TaskCharts />
                </Panel>
                <Panel title="AGV信息">
                    {/* <AgvCharts /> */}
                    <CapacityCharts />
                    <AgvCharts />
                    {/* <CapacityCharts /> */}
                </Panel>
            </div>
            <div