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: { router: {
name: 'er', name: 'er',
args: { args: {
offset: 15, offset: 12,
direction: 'H',
} }
}, },
defaultLabel: { defaultLabel: {

Loading…
Cancel
Save