diff --git a/src/views/emis/emisTransPlanRuleTopoGraph/index.vue b/src/views/emis/emisTransPlanRuleTopoGraph/index.vue index 1e7d811e..47716b39 100644 --- a/src/views/emis/emisTransPlanRuleTopoGraph/index.vue +++ b/src/views/emis/emisTransPlanRuleTopoGraph/index.vue @@ -19,13 +19,13 @@ 导 出 +
-
+
@@ -189,8 +189,8 @@ export default { fitView: false, // fitViewPadding: [10, 50, 10, 50], animate: true, - // plugins: [this.treeTooltip(), this.contextMenu], - plugins: [this.treeTooltip(), minimap], + // plugins: [this.treeTooltip(), this.contextMenu, minimap], + plugins: [this.treeTooltip()], defaultNode: { type: "rect", size: [250, 80],