diff --git a/dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/dag-config.ts b/dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/dag-config.ts index e988dd470..8223554ea 100644 --- a/dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/dag-config.ts +++ b/dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/dag-config.ts @@ -125,17 +125,15 @@ export const NODE_STATUS_MARKUP = [ selector: 'fo', children: [ { - tagName: 'body', + tagName: 'div', selector: 'fo-body', - ns: 'http://www.w3.org/1999/xhtml', - children: [ - { - tagName: 'div', - selector: 'status' - } - ] + ns: 'http://www.w3.org/1999/xhtml' } - ] + ], + style: { + width: 20, + height: 20 + } } ]