Browse Source

adjust the args of router in the dag (#12759)

3.1.1-release
calvin 2 years ago committed by zhuangchong
parent
commit
0156a64000
  1. 3
      dolphinscheduler-ui/src/views/projects/workflow/components/dag/dag-config.ts

3
dolphinscheduler-ui/src/views/projects/workflow/components/dag/dag-config.ts

@ -252,8 +252,7 @@ export const EDGE = {
router: {
name: 'er',
args: {
offset: 15,
direction: 'H',
offset: 12,
}
},
defaultLabel: {

Loading…
Cancel
Save