diff --git a/dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-task-priority.ts b/dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-task-priority.ts index 64db58d9dd..3f8e860b6a 100644 --- a/dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-task-priority.ts +++ b/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 {