Netfan
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
2 additions and
2 deletions
-
packages/@core/ui-kit/layout-ui/src/components/layout-header.vue
-
packages/@core/ui-kit/layout-ui/src/vben-layout.vue
|
|
|
@ -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> |
|
|
|
|
|
|
|
@ -533,7 +533,7 @@ function handleHeaderToggle() { |
|
|
|
<template #toggle-button> |
|
|
|
<VbenIconButton |
|
|
|
v-if="showHeaderToggleButton" |
|
|
|
class="my-0 ml-2 mr-1 rounded-md" |
|
|
|
class="my-0 mr-1 rounded-md" |
|
|
|
@click="handleHeaderToggle" |
|
|
|
> |
|
|
|
<Menu class="size-4" /> |
|
|
|
|