Added Scrollcontainer

This commit is contained in:
2024-09-25 19:29:35 +02:00
parent 805ed8e9f4
commit 673bcb279a

View File

@@ -128,6 +128,7 @@ setupPage()
</template> </template>
</UDashboardNavbar> </UDashboardNavbar>
<UDashboardPanelContent>
<UTabs <UTabs
v-if="itemInfo.id && mode == 'show'" v-if="itemInfo.id && mode == 'show'"
:items="[{label: 'Informationen'},{label: 'Projekte'},{label: 'Objekte'},{label: 'Verträge'}]" :items="[{label: 'Informationen'},{label: 'Projekte'},{label: 'Objekte'},{label: 'Verträge'}]"
@@ -356,6 +357,9 @@ setupPage()
/> />
</UFormGroup> </UFormGroup>
</UForm> </UForm>
</UDashboardPanelContent>
</template> </template>