修改汉堡图标隐藏问题

This commit is contained in:
2025-08-09 22:53:15 +08:00
parent 5955c1f4e3
commit 194bb77793
2 changed files with 2 additions and 0 deletions

View File

@@ -53,6 +53,7 @@ const handleLoginRegister = (type: 'login' | 'register') => {
<UButton
color="neutral"
variant="ghost"
class="lg:hidden"
:icon="open ? 'lucide-x' : 'simple-icons-microsoft'"
aria-label="切换菜单"
@click="toggle"

View File

@@ -53,6 +53,7 @@ const handleLoginRegister = (type: 'login' | 'register') => {
<UButton
color="neutral"
variant="ghost"
class="lg:hidden"
:icon="open ? 'lucide-x' : 'simple-icons-microsoft'"
aria-label="切换菜单"
@click="toggle"