[Fix][UI] Fix the taskPriority options not showing when hover. (#11294)
This commit is contained in:
parent
8ded072f79
commit
348edb16f9
|
|
@ -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…
Reference in New Issue