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