#
luxiaotao1123
2024-05-15 b8bac27bcc895b540bae4c130a3c59d289736081
#
1个文件已修改
4 ■■■■ 已修改文件
src/pages/right/components/task-charts.jsx 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/right/components/task-charts.jsx
@@ -97,7 +97,7 @@
    tooltip,
    legend,
    grid: {
      top: '15%',
      top: '20%',
      left: '3%',
      right: '4%',
      bottom: '5%',
@@ -147,7 +147,7 @@
  return (
    <div>
      <ReactECharts style={{ height: '360px' }} option={option} />
      <ReactECharts style={{ height: '320px' }} option={option} />
    </div>
  );
};