拓扑图居中

This commit is contained in:
wuteng 2025-07-04 17:11:11 +08:00
parent 24cffcc886
commit 1d1c822569

View File

@ -472,6 +472,7 @@ export default {
this.splitChild(this.treeData);
this.graph.data(this.treeData);
this.graph.render();
this.graph.fitCenter();
// setTimeout(() => {
// this.list = this.list.concat(newlist);
// this.edges = this.edges.concat(newEdges);