fix
Some checks failed
Deploy / deploy (push) Has been cancelled

This commit is contained in:
2026-01-04 19:55:23 +08:00
parent 45f91e9654
commit 112e1b08a9

View File

@@ -81,7 +81,7 @@ async function handleLogout() {
} }
function renderIcon(icon: string) { function renderIcon(icon: string) {
return () => h(Icon, { icon, width: 24, height: 24 }) return () => h(Icon, { icon, width: 20 })
} }
const menus = computed<MenuOption[]>(() => [ const menus = computed<MenuOption[]>(() => [