fix(components): fix tooltip zIndex of ButtonIcon

This commit is contained in:
Soybean
2024-01-22 00:20:00 +08:00
parent 1b5caa08be
commit 99097b4632

View File

@ -58,7 +58,7 @@ const cls = computed(() => {
</DefineButton>
<!-- template -->
<NTooltip v-if="tooltipContent" :placement="tooltipPlacement" :z-index="10">
<NTooltip v-if="tooltipContent" :placement="tooltipPlacement" :z-index="98">
<template #trigger>
<Button :class-name="cls" v-bind="$attrs">
<slot>