style(projects): fix tooltip zIndex of ButtonIcon
This commit is contained in:
parent
8b6de484b8
commit
db747c4a03
@ -58,7 +58,7 @@ const cls = computed(() => {
|
||||
</DefineButton>
|
||||
|
||||
<!-- template -->
|
||||
<NTooltip v-if="tooltipContent" :placement="tooltipPlacement">
|
||||
<NTooltip v-if="tooltipContent" :placement="tooltipPlacement" :z-index="10">
|
||||
<template #trigger>
|
||||
<Button :class-name="cls" v-bind="$attrs">
|
||||
<slot>
|
||||
|
Loading…
Reference in New Issue
Block a user