ปรับ ui checkin
This commit is contained in:
parent
4dbf1de05d
commit
f9ec074f03
10 changed files with 705 additions and 695 deletions
|
|
@ -41,7 +41,7 @@ watch(
|
|||
</script>
|
||||
<template>
|
||||
<q-dialog v-model="props.modal" persistent>
|
||||
<q-card class="column" style="width: 300px; min-height: 600px">
|
||||
<q-card class="column" :style="$q.screen.lt.sm ? 'width: 100%;': 'width: 450px;'">
|
||||
<HeaderPopup :title="props.title" :clickClose="clickClosePopup" />
|
||||
<FormTime
|
||||
:dataById="data"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue