style: reduced padding and height of layout header
This commit is contained in:
parent
0ee97b0d1b
commit
8240d35e1e
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<Teleport to="#app-header" v-if="showHeader">
|
||||
<slot>
|
||||
<header class="flex h-12 items-center justify-between py-2.5 pl-5">
|
||||
<header class="flex h-10.5 items-center justify-between py-[7px] pl-5">
|
||||
<div class="flex items-center gap-2">
|
||||
<slot name="left-header" />
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user