fix: hide bottom space form address
This commit is contained in:
parent
b3fc09e716
commit
6c54c80289
1 changed files with 4 additions and 0 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue