This is an automated email from the ASF dual-hosted git repository.

kerwin pushed a commit to branch 3.1.1-prepare
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/3.1.1-prepare by this push:
     new 0156a64000 adjust the args of router in the dag (#12759)
0156a64000 is described below

commit 0156a64000b834997c709498c9e3ecfe1539446f
Author: calvin <[email protected]>
AuthorDate: Mon Nov 7 14:26:12 2022 +0800

    adjust the args of router in the dag (#12759)
---
 .../src/views/projects/workflow/components/dag/dag-config.ts           | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 
a/dolphinscheduler-ui/src/views/projects/workflow/components/dag/dag-config.ts 
b/dolphinscheduler-ui/src/views/projects/workflow/components/dag/dag-config.ts
index 0c9d9d4d6d..5adc809260 100644
--- 
a/dolphinscheduler-ui/src/views/projects/workflow/components/dag/dag-config.ts
+++ 
b/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: {

Reply via email to