fixing calendar
This commit is contained in:
parent
dce257300b
commit
393f65b7ca
2 changed files with 8 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue