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

This commit is contained in:
Amy0104 2022-08-05 17:45:07 +08:00 committed by GitHub
parent 8ded072f79
commit 348edb16f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 {