Browse Source

[Fix][UI Next][V1.0.0-Alpha] Fix the Workflow Relation page cannot be zoomed in or out using a scroll wheel. (#8868)

3.0.0/version-upgrade
songjianet 2 years ago committed by GitHub
parent
commit
a7dd073e83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dolphinscheduler-ui-next/src/views/projects/workflow/relation/components/Graph.tsx

2
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) => {

Loading…
Cancel
Save