mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-23 00:06:15 -04:00
fix(ui): fixed sidenav header
This commit is contained in:
parent
be607c0678
commit
540ece8112
1 changed files with 11 additions and 9 deletions
|
@ -5,17 +5,19 @@
|
|||
fixed
|
||||
app
|
||||
>
|
||||
<div class="small-hero">
|
||||
<HeroGradient />
|
||||
<div class="small-hero-content">
|
||||
<div class="small-hero-content-logo">
|
||||
<LogoOutlined />
|
||||
</div>
|
||||
<div class="small-hero-content-title">
|
||||
{{ title }}
|
||||
<template v-slot:prepend>
|
||||
<div class="small-hero">
|
||||
<HeroGradient />
|
||||
<div class="small-hero-content">
|
||||
<div class="small-hero-content-logo">
|
||||
<LogoOutlined />
|
||||
</div>
|
||||
<div class="small-hero-content-title">
|
||||
{{ title }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<SearchBar class="hidden-sm-and-up" />
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue