[Fix][UI] Fix the problem of displaying task execution icons. (#9549)

ws-common-cnst-protect
Amy0104 2022-04-18 14:13:08 +08:00 committed by GitHub
parent 491e9f84ee
commit 4d6a732ef3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 9 deletions

View File

@ -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
}
}
]