Browse Source

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

Amy0104 2 years ago
parent
commit
348edb16f9

+ 1 - 1
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 {