mirror of
https://github.com/kmc7468/arkvault.git
synced 2025-12-14 22:08:45 +00:00
레이아웃 수정 2
This commit is contained in:
@@ -4,10 +4,8 @@
|
|||||||
let { children } = $props();
|
let { children } = $props();
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="h-screen w-full">
|
<AdaptiveDiv>
|
||||||
<AdaptiveDiv>
|
<div class="flex h-screen w-full flex-col justify-between px-2">
|
||||||
<div class="flex flex-col justify-between px-2">
|
{@render children()}
|
||||||
{@render children()}
|
</div>
|
||||||
</div>
|
</AdaptiveDiv>
|
||||||
</AdaptiveDiv>
|
|
||||||
</div>
|
|
||||||
|
|||||||
Reference in New Issue
Block a user