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> </script>
<template> <template>
<NuxtLoadingIndicator />
<NuxtLayout> <NuxtLayout>
<NuxtLoadingIndicator />
<NuxtPage /> <NuxtPage />
</NuxtLayout> </NuxtLayout>
</template> </template>

Wyświetl plik

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