แก้ เลือกวันเลื่อน
This commit is contained in:
parent
69b17530ec
commit
e13dcabddc
2 changed files with 11 additions and 10 deletions
|
|
@ -1341,7 +1341,6 @@ onMounted(async () => {
|
|||
<div class="col-xs-4 row">
|
||||
<div class="col-12">
|
||||
<datepicker
|
||||
menu-class-name="modalfix"
|
||||
:readonly="!edit"
|
||||
v-model="date"
|
||||
:locale="'th'"
|
||||
|
|
@ -1513,6 +1512,10 @@ onMounted(async () => {
|
|||
</template>
|
||||
|
||||
<style lang="scss" scope>
|
||||
.modalfix {
|
||||
position: fixed !important;
|
||||
}
|
||||
|
||||
.q-img {
|
||||
border-radius: 5px;
|
||||
height: 70px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue