Browse Source

[Fix][UI] Fix the taskPriority options not showing when hover. (#11294)

3.1.0-release
Amy0104 2 years ago committed by GitHub
parent
commit
348edb16f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-task-priority.ts

2
dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-task-priority.ts

@ -73,7 +73,7 @@ export function useTaskPriority(): IJsonItem {
default: () => h(option.icon)
}
),
option.label as string
h('span', { style: { 'z-index': 1 } }, option.label as string)
]
})
return {

Loading…
Cancel
Save