fix Map
This commit is contained in:
parent
4340eb5e02
commit
d9eb9c7e8b
3 changed files with 21 additions and 21 deletions
|
|
@ -356,12 +356,7 @@ onMounted(async () => {
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<q-card
|
||||
bordered
|
||||
flat
|
||||
class="col-12 bg-grey-2 shadow-0"
|
||||
:style="$q.screen.gt.xs ? ';' : 'border-radius: 20px'"
|
||||
>
|
||||
<q-card bordered flat class="col-12 bg-grey-2 shadow-0">
|
||||
<div id="mapViewDisplay" style="height: 35vh"></div>
|
||||
|
||||
<div
|
||||
|
|
|
|||
|
|
@ -192,7 +192,11 @@ onMounted(() => {
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<q-card-section :horizontal="$q.screen.gt.md" style="padding: 0px">
|
||||
<q-card-section
|
||||
:horizontal="$q.screen.gt.md"
|
||||
style="max-height: 65vh; padding: 0px"
|
||||
class="scroll"
|
||||
>
|
||||
<div class="col-12">
|
||||
<div class="row q-col-q-gutter-sm">
|
||||
<div class="q-pa-md col-md-5 col-xs-12">
|
||||
|
|
@ -202,7 +206,7 @@ onMounted(() => {
|
|||
:class="$q.screen.gt.xs ? 'col-12 bg-grey-1' : 'col-12 '"
|
||||
>
|
||||
<q-card-section class="bg-primary text-white q-pa-sm">
|
||||
<div class="text-center text-bold">เวลาปัจจุบัน</div>
|
||||
<div class="text-center text-bold">เวลาปัจasdasdasจุบัน</div>
|
||||
</q-card-section>
|
||||
|
||||
<q-card-section class="text-center q-pa-sm">
|
||||
|
|
@ -320,25 +324,25 @@ onMounted(() => {
|
|||
</q-card>
|
||||
</div>
|
||||
<q-separator vertical />
|
||||
<div class="q-pa-md col">
|
||||
<div class="row q-col-gutter-sm">
|
||||
<q-card flat bordered class="q-pa-sm col-12 q-mt-sm">
|
||||
<MapCheck @update:location="updateLocation" />
|
||||
</q-card>
|
||||
</div>
|
||||
|
||||
<div
|
||||
class="q-pa-md col"
|
||||
:style="!$q.screen.gt.sm ? 'padding-top: 0;' : ''"
|
||||
>
|
||||
<q-card flat bordered class="col-12">
|
||||
<MapCheck @update:location="updateLocation" />
|
||||
</q-card>
|
||||
</div>
|
||||
|
||||
<!-- :style="action == 'special' ? 'margin-bottom: 120px' : ''" -->
|
||||
</div>
|
||||
</div>
|
||||
</q-card-section>
|
||||
<div class="col-12">
|
||||
<div class="col-12"><q-separator /></div>
|
||||
<div class="row col-12 q-pa-sm">
|
||||
<q-space />
|
||||
<q-btn color="secondary" label="บันทึก" @click="onCkickSave" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<q-separator />
|
||||
<q-card-actions align="right">
|
||||
<q-btn color="secondary" label="บันทึก" @click="onCkickSave" />
|
||||
</q-card-actions>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue