ปรับ ui checkin
This commit is contained in:
parent
4dbf1de05d
commit
f9ec074f03
10 changed files with 705 additions and 695 deletions
|
|
@ -129,10 +129,8 @@ onMounted(async () => {
|
|||
|
||||
<template>
|
||||
<!-- Loading skeleton -->
|
||||
<div v-if="!poiPlaceName" class="q-pa-md">
|
||||
<div class="q-gutter-md">
|
||||
<q-skeleton height="35vh" width="100%" class="bg-grey-4" />
|
||||
</div>
|
||||
<div v-if="!poiPlaceName" class="col-12">
|
||||
<q-skeleton height="35vh" width="100%" class="bg-grey-4" />
|
||||
</div>
|
||||
|
||||
<q-card v-show="poiPlaceName" bordered flat class="col-12 bg-grey-2 shadow-0">
|
||||
|
|
@ -142,7 +140,7 @@ onMounted(async () => {
|
|||
:class="
|
||||
$q.screen.gt.xs
|
||||
? 'q-pa-xs text-weight-medium text-grey-8'
|
||||
: ' text-weight-medium text-grey-8'
|
||||
: 'q-pa-xs text-weight-medium text-grey-8'
|
||||
"
|
||||
>
|
||||
พื้นที่ใกล้เคียง
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue