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> </script>
<template> <template>
<div class="col-12 row"> <div class="col-12 row">
<div class="row q-col-q-gutter-sm q-pa-md"> <div class="row q-col-q-gutter-sm q-pa-md">
@ -268,7 +269,12 @@ onMounted(() => {
กรณาเลอก กรณาเลอก
</div> </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 <q-input
ref="reasonRef" ref="reasonRef"
dense dense

View file

@ -60,7 +60,7 @@ watch(
) )
</script> </script>
<template> <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;'"> <q-card :style="$q.screen.lt.sm ? 'width: 100%;' : 'width: 320px;'">
<HeaderPopup :title="props.title" :clickClose="clickClosePopup" /> <HeaderPopup :title="props.title" :clickClose="clickClosePopup" />