fixing calendar

This commit is contained in:
Warunee Tamkoo 2025-03-19 16:05:25 +07:00
parent dce257300b
commit 393f65b7ca
2 changed files with 8 additions and 2 deletions

View file

@ -161,6 +161,7 @@ onMounted(() => {
}
})
</script>
<template>
<div class="col-12 row">
<div class="row q-col-q-gutter-sm q-pa-md">
@ -268,7 +269,12 @@ onMounted(() => {
กรณาเลอก
</div>
<q-card flat bordered class="q-pa-sm col-12 q-mt-sm">
<q-card
flat
bordered
class="q-pa-sm col-12 q-mt-sm"
:style="action == 'special' ? 'margin-bottom: 150px' : ''"
>
<q-input
ref="reasonRef"
dense

View file

@ -60,7 +60,7 @@ watch(
)
</script>
<template>
<q-dialog v-model="props.modal" persistent>
<q-dialog v-model="props.modal" persistent m>
<q-card :style="$q.screen.lt.sm ? 'width: 100%;' : 'width: 320px;'">
<HeaderPopup :title="props.title" :clickClose="clickClosePopup" />