From a7dd073e8304d1bcf3436a0606406690007f1b16 Mon Sep 17 00:00:00 2001 From: songjianet <1778651752@qq.com> Date: Mon, 14 Mar 2022 17:07:52 +0800 Subject: [PATCH] [Fix][UI Next][V1.0.0-Alpha] Fix the Workflow Relation page cannot be zoomed in or out using a scroll wheel. (#8868) --- .../src/views/projects/workflow/relation/components/Graph.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dolphinscheduler-ui-next/src/views/projects/workflow/relation/components/Graph.tsx b/dolphinscheduler-ui-next/src/views/projects/workflow/relation/components/Graph.tsx index 92d50b0051..772f9807c8 100644 --- a/dolphinscheduler-ui-next/src/views/projects/workflow/relation/components/Graph.tsx +++ b/dolphinscheduler-ui-next/src/views/projects/workflow/relation/components/Graph.tsx @@ -117,7 +117,7 @@ const GraphChart = defineComponent({ }, symbol: 'roundRect', symbolSize: 70, - roam: false, + roam: true, label: { show: props.labelShow, formatter: (val: any) => {