feat: Update application form template and seed
This commit is contained in:
@@ -5,7 +5,12 @@
|
||||
>
|
||||
<div class="group flex py-3 lg:py-4">
|
||||
<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">
|
||||
{{ formElementItem.formElement.description }}
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user