feat: Cluster 图表去掉放大功能

This commit is contained in:
GraceWalk
2022-09-21 16:11:14 +08:00
parent fbfa0d2d2a
commit 1d3caeea7d
4 changed files with 88 additions and 149 deletions

View File

@@ -21,11 +21,9 @@ const SingleClusterDetail = (): JSX.Element => {
</div>
<div className="cluster-detail">
<LeftSider />
<div className="chart-panel">
<ChartPanel>
<ChangeLog />
</ChartPanel>
</div>
<ChartPanel>
<ChangeLog />
</ChartPanel>
</div>
</div>
</>