fix: lint

This commit is contained in:
xingyu4j
2026-03-14 19:34:22 +08:00
parent f1143e134e
commit 4d59ac78bd
3 changed files with 4 additions and 10 deletions

View File

@@ -87,10 +87,7 @@ function navigateTo(
}
</script>
<template>
<VbenPopover
v-model:open="open"
content-class="relative right-2 w-90 p-0"
>
<VbenPopover v-model:open="open" content-class="relative right-2 w-90 p-0">
<template #trigger>
<div class="mr-2 flex-center h-full" @click.stop="toggle()">
<VbenIconButton class="bell-button relative text-foreground">

View File

@@ -497,8 +497,6 @@ async function handleReset() {
<style scoped>
:deep(.sticky-tabs-header [role='tablist']) {
position: sticky;
@apply -top-3;
z-index: 9999;
@apply -top-3 z-9999 sticky;
}
</style>