fix: form gutter

This commit is contained in:
puriphatt 2024-08-07 04:17:15 +00:00
parent 6b25788e53
commit ceb906724c
5 changed files with 17 additions and 13 deletions

View file

@ -26,8 +26,8 @@ const employeeOther = defineModel<EmployeeOtherCreate>('employeeOther');
{{ $t('formDialogTitleFamilyHistory') }}
</div>
<div class="col-12 row q-col-gutter-y-md">
<div class="col-12 row q-col-gutter-md">
<div class="col-12 row q-col-gutter-y-sm">
<div class="col-12 row q-col-gutter-sm">
<q-input
lazy-rules="ondemand"
:for="`${prefixId}-input-citizen-id`"
@ -44,7 +44,7 @@ const employeeOther = defineModel<EmployeeOtherCreate>('employeeOther');
<q-icon size="xs" class="q-mr-xs" name="mdi-human-male" />
{{ $t('formDialogTitleFamilyHistoryDad') }}
</div>
<div class="col-12 row q-col-gutter-md">
<div class="col-12 row q-col-gutter-sm">
<q-input
lazy-rules="ondemand"
:for="`${prefixId}-input-father-first-name`"
@ -106,7 +106,7 @@ const employeeOther = defineModel<EmployeeOtherCreate>('employeeOther');
<q-icon size="xs" class="q-mr-xs" name="mdi-human-female" />
{{ $t('formDialogTitleFamilyHistoryMom') }}
</div>
<div class="col-12 row q-col-gutter-md">
<div class="col-12 row q-col-gutter-sm">
<q-input
lazy-rules="ondemand"
:for="`${prefixId}-input-mother-first-name`"

View file

@ -149,7 +149,7 @@ const workplaceFilter = selectFilterOptionRefMod(
map-options
hide-selected
hide-bottom-space
class="col-5"
class="col-6"
input-debounce="0"
option-label="label"
option-value="value"
@ -421,7 +421,7 @@ const workplaceFilter = selectFilterOptionRefMod(
outlined
:readonly="readonly"
hide-bottom-space
class="col-4"
class="col-5"
:label="$t('formDialogInputOwnerName')"
v-model="work.ownerName"
/>
@ -434,7 +434,7 @@ const workplaceFilter = selectFilterOptionRefMod(
map-options
hide-selected
hide-bottom-space
class="col-5"
class="col-4"
input-debounce="0"
option-value="value"
option-label="label"