#
luxiaotao1123
2024-05-14 526eb936b460ee9e6f503e7030d0017b864ae1b8
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>
  );
};