Skip to content

Commit

Permalink
fix: 修复第四种布局样式层级问题(#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
kailong321200875 committed Feb 22, 2024
1 parent d4242a3 commit 78aeb89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TabMenu/src/TabMenu.vue
Expand Up @@ -205,7 +205,7 @@ export default defineComponent({
</div>
<Menu
class={[
'!absolute top-0 z-1000',
'!absolute top-0 z-3000',
{
'!left-[var(--tab-menu-min-width)]': unref(collapse),
'!left-[var(--tab-menu-max-width)]': !unref(collapse),
Expand Down

0 comments on commit 78aeb89

Please sign in to comment.