mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-09-20 02:26:39 +08:00
style(projects): fix tooltip zIndex of ButtonIcon
This commit is contained in:
parent
8b6de484b8
commit
db747c4a03
@ -58,7 +58,7 @@ const cls = computed(() => {
|
|||||||
</DefineButton>
|
</DefineButton>
|
||||||
|
|
||||||
<!-- template -->
|
<!-- template -->
|
||||||
<NTooltip v-if="tooltipContent" :placement="tooltipPlacement">
|
<NTooltip v-if="tooltipContent" :placement="tooltipPlacement" :z-index="10">
|
||||||
<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