Redesign updated - Banner - The header in the app is disabled.

This commit is contained in:
PascalMarchesseault
2024-09-19 00:11:03 -04:00
parent 66dadb3cd2
commit 98033203cd
6 changed files with 90 additions and 59 deletions

View File

@@ -1,7 +1,7 @@
<template>
<v-app>
<div class="m-0 flex flex-column h-screen">
<Header class="fixed w-full z-50 top-0 p-2"></Header>
<!-- <Header class="fixed w-full z-50 top-0 p-2"></Header>-->
<div class="flex flex-row relative">
<div
class="fixed h-full w-2 z-20"
@@ -15,7 +15,7 @@
</div>
</transition>
<div class="flex flex-col w-full md:ml-1 mt-16" style="background-color: #f4f4f4">
<div class="flex flex-col w-full" style="background-color: #f4f4f4">
<RouterView></RouterView>
<Footer></Footer>
</div>