Redesign updated - Banner - The header in the app is disabled.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user