fix: header left padding fixed (#5007)

This commit is contained in:
Netfan
2024-12-04 21:43:54 +08:00
committed by GitHub
parent 9b73792dc9
commit 845f2a2abd
2 changed files with 2 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ const logoStyle = computed((): CSSProperties => {
<header
:class="theme"
:style="style"
class="border-border bg-header top-0 flex w-full flex-[0_0_auto] items-center border-b transition-[margin-top] duration-200"
class="border-border bg-header top-0 flex w-full flex-[0_0_auto] items-center border-b pl-2 transition-[margin-top] duration-200"
>
<div v-if="slots.logo" :style="logoStyle">
<slot name="logo"></slot>