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>
|
</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
|
||||||
|
|
|
||||||
|
|
@ -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" />
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue