From 348edb16f9be95ef8d1c8aa6193f616a1ee6c2fe Mon Sep 17 00:00:00 2001 From: Amy0104 Date: Fri, 5 Aug 2022 17:45:07 +0800 Subject: [PATCH] [Fix][UI] Fix the taskPriority options not showing when hover. (#11294) --- .../projects/task/components/node/fields/use-task-priority.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {