feat: 收口组件样式并调整移动端侧栏

This commit is contained in:
GJ
2026-09-04 17:19:34 +08:00
parent d252d5513f
commit e6e0f08072
68 changed files with 2717 additions and 2775 deletions
+8
View File
@@ -34,3 +34,11 @@ function selectTheme(key: string | number) {
</NButton>
</NDropdown>
</template>
<style>
/* 本组件专属布局与 Naive 内部结构覆盖。 */
@reference "../../styles/styles.css";
.n-button.theme-toggle {
@apply shrink-0 w-[34px] h-[34px];
}
</style>