fix(projects): fix menu-toggler hidden in mobile layout. fixed #483

This commit is contained in:
Soybean 2024-06-12 10:25:11 +08:00
parent 8f9a70505c
commit 4470cb4e8c

View File

@ -41,6 +41,7 @@ const icon = computed(() => {
<template> <template>
<ButtonIcon <ButtonIcon
:key="String(collapsed)"
:tooltip-content="collapsed ? $t('icon.expand') : $t('icon.collapse')" :tooltip-content="collapsed ? $t('icon.expand') : $t('icon.collapse')"
tooltip-placement="bottom-start" tooltip-placement="bottom-start"
:z-index="zIndex" :z-index="zIndex"