[Fix][UI] Fix the problem of displaying task execution icons. (#9549)
parent
491e9f84ee
commit
4d6a732ef3
|
|
@ -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
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue