chore: fix layout
This commit is contained in:
parent
7beaab0baf
commit
e59b3e5db2
2
app.vue
2
app.vue
|
@ -10,8 +10,8 @@ useHead({
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<NuxtLayout>
|
|
||||||
<NuxtLoadingIndicator />
|
<NuxtLoadingIndicator />
|
||||||
|
<NuxtLayout>
|
||||||
<NuxtPage />
|
<NuxtPage />
|
||||||
</NuxtLayout>
|
</NuxtLayout>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<div h-full>
|
<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 class="w-1/4" hidden lg:flex flex-col items-end>
|
||||||
<div fixed>
|
<div fixed>
|
||||||
<slot name="left">
|
<slot name="left">
|
||||||
|
@ -9,7 +9,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="lg:w-3/4" flex>
|
<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 />
|
<slot />
|
||||||
</div>
|
</div>
|
||||||
<div hidden md:flex="~ col" class="w-1/3">
|
<div hidden md:flex="~ col" class="w-1/3">
|
||||||
|
|
Loading…
Reference in a new issue