adapt unified design in template

This commit is contained in:
Julian Krauser 2025-05-21 09:20:22 +02:00
parent b83b22d806
commit def32b786c
26 changed files with 54 additions and 174 deletions

View file

@ -1,10 +1,5 @@
<template>
<MainTemplate>
<template #topBar>
<div class="flex flex-row items-center justify-between pt-5 pb-3 px-7">
<h1 class="font-bold text-xl h-8">Fahrzeug erfassen</h1>
</div>
</template>
<MainTemplate title="Fahrzeug erfassen">
<template #diffMain>
<div class="flex flex-col gap-2 h-full w-full overflow-y-auto">
<form class="flex flex-col gap-4 py-2 w-full max-w-xl mx-auto" @submit.prevent="triggerCreate">