feat: status details

This commit is contained in:
Anthony Fu 2022-11-14 22:54:30 +08:00
parent 9cc837f5df
commit c7ae7d5a1c
17 changed files with 151 additions and 125 deletions

View file

@ -1,6 +1,13 @@
<template>
<main class="py-10 px-10">
<NavTitle />
<slot />
</main>
<div h-full of-hidden>
<main grid="~ lg:cols-[1fr_40rem_1fr]" h-full>
<div>
<NavTitle p4 />
</div>
<div h-full of-auto border="l r border">
<slot />
</div>
<div>Right</div>
</main>
</div>
</template>