fix: grow wizard page
This commit is contained in:
parent
31ee830960
commit
c95bdbe7b7
|
|
@ -7,7 +7,7 @@ const props = defineProps<{
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="flex h-screen flex-col">
|
<div class="flex h-screen flex-grow flex-col">
|
||||||
<div class="flex-grow scroll-smooth p-16 lg:overflow-auto">
|
<div class="flex-grow scroll-smooth p-16 lg:overflow-auto">
|
||||||
<ItNavigationProgress :steps="3" :current-step="props.step" />
|
<ItNavigationProgress :steps="3" :current-step="props.step" />
|
||||||
<slot name="content"></slot>
|
<slot name="content"></slot>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue