#
luxiaotao1123
2024-04-29 55b992cbe07921af90416d9c9f04589d89b22408
#
6个文件已修改
12 ■■■■ 已修改文件
src/pages/left/components/agv-charts.jsx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/left/components/stock-charts.jsx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/left/components/task-charts.jsx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/right/components/inout-charts.jsx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/right/components/stat-charts.jsx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/right/components/task-charts.jsx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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' }}
    />
  );
};
src/pages/left/components/stock-charts.jsx
@@ -193,7 +193,7 @@
  return (
    <>
      <div>
        <ReactECharts style={{ height: '240px' }} option={option} />
        <ReactECharts style={{ height: '280px' }} option={option} />
      </div>
    </>
  );
src/pages/left/components/task-charts.jsx
@@ -145,7 +145,7 @@
  return (
    <>
      <div>
        <ReactECharts style={{ height: '200px' }} option={option} />
        <ReactECharts style={{ height: '250px' }} option={option} />
      </div>
    </>
  );
src/pages/right/components/inout-charts.jsx
@@ -23,7 +23,7 @@
  return (
    <ScrollBoard
      config={config}
      style={{ width: '100%', height: '220px', fontSize: '12px', marginBottom: '8px' }}
      style={{ width: '100%', height: '280px', fontSize: '12px', marginBottom: '8px' }}
    />
  );
};
src/pages/right/components/stat-charts.jsx
@@ -226,7 +226,7 @@
  return (
    <>
      <div>
        <ReactECharts style={{ height: '200px' }} option={option} />
        <ReactECharts style={{ height: '250px' }} option={option} />
      </div>
    </>
  );
src/pages/right/components/task-charts.jsx
@@ -132,7 +132,7 @@
  return (
    <div>
      <ReactECharts style={{ height: '250px' }} option={option} />
      <ReactECharts style={{ height: '280px' }} option={option} />
    </div>
  );
};