#
luxiaotao1123
2024-05-11 31beb8b95d758d7bfdbb6e233e0de0d9f9429a21
src/pages/left/components/agv-charts.jsx
@@ -26,7 +26,7 @@
  return (
    <ScrollBoard
      config={config}
      style={{ width: '100%', height: '220px', fontSize: '12px', marginBottom: '8px' }}
      style={{ width: '100%', height: '280px', fontSize: '12px', marginBottom: '8px' }}
    />
  );
};