feat: Update application form template and seed

This commit is contained in:
2026-02-01 08:14:25 +01:00
parent b279e6cc17
commit 40957bd496
3 changed files with 738 additions and 969 deletions

View File

@@ -5,7 +5,12 @@
> >
<div class="group flex py-3 lg:py-4"> <div class="group flex py-3 lg:py-4">
<div class="flex-auto min-w-0"> <div class="flex-auto min-w-0">
<p v-if="formElementItem.formElement.title" class="font-semibold">{{ formElementItem.formElement.title }}</p> <p
v-if="formElementItem.formElement.title"
:class="['font-semibold', formElementItem.formElement.description ? '' : 'pb-3']"
>
{{ formElementItem.formElement.title }}
</p>
<p v-if="formElementItem.formElement.description" class="text-dimmed pb-3"> <p v-if="formElementItem.formElement.description" class="text-dimmed pb-3">
{{ formElementItem.formElement.description }} {{ formElementItem.formElement.description }}
</p> </p>