修改样式与lint

This commit is contained in:
2025-08-09 22:28:29 +08:00
parent 046b0ef674
commit 0e380b34a3
5 changed files with 42 additions and 154 deletions

View File

@@ -49,6 +49,15 @@ const handleLoginRegister = (type: 'login' | 'register') => {
mode="modal"
class="bg-gray-50 dark:bg-gray-900"
>
<template #toggle="{ open, toggle }">
<UButton
color="neutral"
variant="ghost"
:icon="open ? 'lucide-x' : 'simple-icons-microsoft'"
aria-label="切换菜单"
@click="toggle"
/>
</template>
<template #title>
<h6 />
</template>