mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-11-10 10:43:41 +08:00
style(projects): fix tooltip zIndex of ButtonIcon
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user