#
luxiaotao1123
2024-08-17 afbd08deb5101d2f2ff97f66f4388162f38860a2
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 />