chore: fix layout
This commit is contained in:
parent
7beaab0baf
commit
e59b3e5db2
2
app.vue
2
app.vue
@ -10,8 +10,8 @@ useHead({
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<NuxtLoadingIndicator />
|
||||
<NuxtLayout>
|
||||
<NuxtLoadingIndicator />
|
||||
<NuxtPage />
|
||||
</NuxtLayout>
|
||||
</template>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div h-full>
|
||||
<main flex w-full mxa h-full lg:max-w-80rem>
|
||||
<main flex w-full mxa lg:max-w-80rem>
|
||||
<div class="w-1/4" hidden lg:flex flex-col items-end>
|
||||
<div fixed>
|
||||
<slot name="left">
|
||||
@ -9,7 +9,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="lg:w-3/4" flex>
|
||||
<div class="w-full md:w-2/3" border="l r border">
|
||||
<div class="w-full md:w-2/3" border="l r border" min-h-screen>
|
||||
<slot />
|
||||
</div>
|
||||
<div hidden md:flex="~ col" class="w-1/3">
|
||||
|
Loading…
Reference in New Issue
Block a user