feat: cleanup backdrop
This commit is contained in:
parent
430ff80129
commit
dfe9a55bdb
2 changed files with 5 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ const subDistrictId = defineModel<string | null | undefined>('subDistrictId');
|
|||
const zipCode = defineModel<string>('zipCode', { default: '' });
|
||||
</script>
|
||||
<template>
|
||||
<q-dialog full-width v-model="modal" @hide="close">
|
||||
<q-dialog v-model="modal" @hide="close">
|
||||
<AppBox
|
||||
style="
|
||||
padding: 0;
|
||||
|
|
@ -86,7 +86,6 @@ const zipCode = defineModel<string>('zipCode', { default: '' });
|
|||
outlined
|
||||
:title="titleFormAddress"
|
||||
:separator="addressSeparator"
|
||||
v-model:isOpen="modal"
|
||||
v-model:address="address"
|
||||
v-model:addressEN="addressEN"
|
||||
v-model:provinceId="provinceId"
|
||||
|
|
|
|||
|
|
@ -55,3 +55,7 @@ $separator-dark-color: var(--border-color);
|
|||
.q-field__inner {
|
||||
font-family: 'Noto Sans Thai', sans-serif;
|
||||
}
|
||||
|
||||
div.fullscreen.q-drawer__backdrop {
|
||||
background-color: hsla(0 0% 60% / 0.4) !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue