mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-23 08:16:16 -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
|
fixed
|
||||||
app
|
app
|
||||||
>
|
>
|
||||||
<div class="small-hero">
|
<template v-slot:prepend>
|
||||||
<HeroGradient />
|
<div class="small-hero">
|
||||||
<div class="small-hero-content">
|
<HeroGradient />
|
||||||
<div class="small-hero-content-logo">
|
<div class="small-hero-content">
|
||||||
<LogoOutlined />
|
<div class="small-hero-content-logo">
|
||||||
</div>
|
<LogoOutlined />
|
||||||
<div class="small-hero-content-title">
|
</div>
|
||||||
{{ title }}
|
<div class="small-hero-content-title">
|
||||||
|
{{ title }}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</template>
|
||||||
|
|
||||||
<SearchBar class="hidden-sm-and-up" />
|
<SearchBar class="hidden-sm-and-up" />
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue