mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-09-25 20:56:44 +08:00
fix(components): fix tooltip zIndex of ButtonIcon
This commit is contained in:
parent
1b5caa08be
commit
99097b4632
@ -58,7 +58,7 @@ const cls = computed(() => {
|
|||||||
</DefineButton>
|
</DefineButton>
|
||||||
|
|
||||||
<!-- template -->
|
<!-- template -->
|
||||||
<NTooltip v-if="tooltipContent" :placement="tooltipPlacement" :z-index="10">
|
<NTooltip v-if="tooltipContent" :placement="tooltipPlacement" :z-index="98">
|
||||||
<template #trigger>
|
<template #trigger>
|
||||||
<Button :class-name="cls" v-bind="$attrs">
|
<Button :class-name="cls" v-bind="$attrs">
|
||||||
<slot>
|
<slot>
|
||||||
|
Loading…
Reference in New Issue
Block a user