chore: fix layout

pull/27/head
Anthony Fu 2022-11-23 06:47:25 +08:00
rodzic 7beaab0baf
commit e59b3e5db2
2 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -10,8 +10,8 @@ useHead({
</script>
<template>
<NuxtLoadingIndicator />
<NuxtLayout>
<NuxtLoadingIndicator />
<NuxtPage />
</NuxtLayout>
</template>

Wyświetl plik

@ -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">