เพิ่มแสดง map ในฝั่ง admin
This commit is contained in:
parent
932f9e1e8d
commit
2debbd8191
1 changed files with 3 additions and 3 deletions
|
|
@ -97,7 +97,7 @@ watch(
|
|||
</script>
|
||||
<template>
|
||||
<q-dialog v-model="props.modal">
|
||||
<q-card style="width: 950px; max-width: 80vw; height: auto">
|
||||
<q-card style="width: 950px; max-width: 80vw; min-height: 65vh;">
|
||||
<q-toolbar>
|
||||
<q-toolbar-title class="text-subtitle1 text-weight-bold">
|
||||
<span style="margin-right: 0"> {{ props.title }}</span>
|
||||
|
|
@ -114,8 +114,8 @@ watch(
|
|||
</q-toolbar>
|
||||
<q-separator />
|
||||
<q-card flat bordered>
|
||||
<div id="mapViewDisplay" style="height: 45vh" v-show="isLoadMap"></div>
|
||||
<q-skeleton height="45vh" square v-if="!isLoadMap" />
|
||||
<div id="mapViewDisplay" style="height: 65vh" v-show="isLoadMap"></div>
|
||||
<q-skeleton height="65vh" square v-if="!isLoadMap" />
|
||||
</q-card> </q-card
|
||||
></q-dialog>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue