feat: 样式升级

This commit is contained in:
2026-03-16 23:54:01 +08:00
parent 110fe62404
commit 4a5fdd3961
42 changed files with 1931 additions and 1404 deletions

View File

@@ -16,14 +16,15 @@ const shouldShowUser = computed(() => {
<template>
<header
class="fixed top-0 left-0 right-0 z-[100]
h-[70px] flex items-center px-[30px]
bg-gray-900 text-white
border-b border-border"
flex items-center px-[30px]
bg-sidebar border-b border-sidebar-border
text-sidebar-foreground"
:style="{ height: 'var(--header-height)' }"
>
<div class="flex items-center gap-3 flex-1">
<div class="flex items-center gap-md flex-1">
<BrandLogo :size="40" />
</div>
<div class="flex items-center gap-4 pr-1">
<div class="flex items-center gap-md pr-1">
<UserDropdown v-if="shouldShowUser" />
</div>
</header>