#
luxiaotao1123
2024-05-16 6d21360f263ae282bfa7ca4533154aad66feeb53
src/pages/left/index.jsx
@@ -5,7 +5,7 @@
import Panel from '@/components/panel';
import StockCharts from './components/stock-charts';
import ActionCharts from './components/action-charts';
import LocCharts from './components/loc-charts';
import AgvCharts from './components/agv-charts';
import CapacityCharts from './components/capacity-charts';
@@ -29,8 +29,8 @@
            className={`absolute top-2 left-2 bottom-2 w-[280px] ${styles.panel}`}
        >
            <div className="h-full overflow-hidden">
                <Panel title="库房情况">
                    <StockCharts />
                <Panel title="动作统计">
                    <ActionCharts />
                </Panel>
                <Panel title="库存类型">
                    <LocCharts />