fix: issue in tab bar chrome height is not full due to wrapper element div (#7867)

Caused by PR #7858
This commit is contained in:
mew
2026-04-30 15:45:44 +08:00
committed by GitHub
parent 99c38c93c8
commit e8dc464e79

View File

@@ -92,7 +92,7 @@ onUnmounted(() => {
<template>
<ContextMenu v-bind="forwarded">
<ContextMenuTrigger as-child>
<div ref="triggerRef">
<div ref="triggerRef" class="contents">
<slot></slot>
</div>
</ContextMenuTrigger>