temp layout

This commit is contained in:
aaa
2025-02-03 11:23:25 +08:00
parent 4a63f8454d
commit 0425cd90a6
3 changed files with 50 additions and 7 deletions

View File

@@ -1,10 +1,16 @@
<template>
<v-layout class="rounded rounded-md">
<!-- <p>desktop layout</p> -->
<!-- <v-layout class=""> -->
<!-- <p>desktop layout</p> -->
<div>
<DesktopSideBar />
<v-app-bar><slot name="app-bar-container"></slot></v-app-bar>
<v-main class="d-flex align-center justify-center" style="min-height: 300px;">
<slot />
<v-app-bar flat>
<slot name="app-bar-container"></slot>
</v-app-bar>
<v-main class="bg-grey-lighten-4">
<v-container>
<slot />
</v-container>
</v-main>
</v-layout>
</div>
<!-- </v-layout> -->
</template>