style: 恢复标签页分隔线并统一工具栏与图标按钮

This commit is contained in:
GouJ
2026-09-02 09:37:45 +08:00
parent 370e7bb4a6
commit 2ddd9b8009
11 changed files with 203 additions and 33 deletions
+2 -3
View File
@@ -27,13 +27,12 @@ function selectTheme(key: string | number) {
<template #trigger>
<NButton
quaternary
circle
class="theme-toggle"
class="theme-toggle icon-button"
:aria-label="`主题模式:${current.label}`"
aria-haspopup="menu"
:aria-expanded="open"
>
<component :is="current.icon" :size="18" aria-hidden="true" />
<template #icon><component :is="current.icon" :size="18" aria-hidden="true" /></template>
</NButton>
</template>
{{ current.label }} · 切换主题