fixed shrink style
This commit is contained in:
@@ -52,7 +52,9 @@ const nextPage = computed(() => route.meta.nextPage);
|
||||
<div
|
||||
class="w-full flex flex-col items-center relative justify-between gap-8 lg:gap-6 lg:flex-row lg:items-start"
|
||||
>
|
||||
<div class="flex flex-col w-full gap-4 lg:gap-6 lg:w-9/12">
|
||||
<div
|
||||
class="flex flex-col w-full gap-4 lg:gap-6 lg:w-9/12 shrink-0"
|
||||
>
|
||||
<slot />
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user