fix: hide bottom space form address

This commit is contained in:
puriphatt 2024-06-11 04:58:20 +00:00
parent b3fc09e716
commit 6c54c80289

View file

@ -224,6 +224,7 @@ watch(districtId, fetchSubDistrict);
/> />
<q-select <q-select
id="select-province-en" id="select-province-en"
hide-bottom-space
:dense="dense" :dense="dense"
:readonly="readonly || sameWithEmployer" :readonly="readonly || sameWithEmployer"
:outlined="readonly ? false : outlined" :outlined="readonly ? false : outlined"
@ -246,6 +247,7 @@ watch(districtId, fetchSubDistrict);
/> />
<q-select <q-select
id="select-district-en" id="select-district-en"
hide-bottom-space
:dense="dense" :dense="dense"
:readonly="readonly || sameWithEmployer" :readonly="readonly || sameWithEmployer"
:outlined="readonly ? false : outlined" :outlined="readonly ? false : outlined"
@ -268,6 +270,7 @@ watch(districtId, fetchSubDistrict);
/> />
<q-select <q-select
id="select-sub-district-en" id="select-sub-district-en"
hide-bottom-space
:dense="dense" :dense="dense"
:readonly="readonly || sameWithEmployer" :readonly="readonly || sameWithEmployer"
:outlined="readonly ? false : outlined" :outlined="readonly ? false : outlined"
@ -290,6 +293,7 @@ watch(districtId, fetchSubDistrict);
@update:model-value="(v: string) => selectSubDistrict(v)" @update:model-value="(v: string) => selectSubDistrict(v)"
/> />
<q-input <q-input
hide-bottom-space
for="input-zip-code" for="input-zip-code"
:dense="dense" :dense="dense"
:outlined="readonly ? false : outlined" :outlined="readonly ? false : outlined"