From 6efebca2cf3b7695963f91f95d9acf385e913f91 Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Tue, 25 Jul 2023 19:43:56 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=AE=E6=92=AD=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/public/viewMap.vue | 5 +++ src/views/apartmentDetail.vue | 60 +++++++++++++++++++++++-------- 2 files changed, 51 insertions(+), 14 deletions(-) diff --git a/src/components/public/viewMap.vue b/src/components/public/viewMap.vue index db20391..31b70cf 100644 --- a/src/components/public/viewMap.vue +++ b/src/components/public/viewMap.vue @@ -87,6 +87,10 @@ const showPop = () => show.value = !show.value border-radius: 20px; padding: 20px; + .close { + display: block; + } + #container { width: 100%; height: 100%; @@ -105,6 +109,7 @@ const showPop = () => show.value = !show.value right: -25px; cursor: pointer; z-index: 1002; + display: none; .icon { width: 20px; diff --git a/src/views/apartmentDetail.vue b/src/views/apartmentDetail.vue index c12074c..7143474 100644 --- a/src/views/apartmentDetail.vue +++ b/src/views/apartmentDetail.vue @@ -10,7 +10,8 @@
- + @@ -20,12 +21,13 @@
1/3
+ {{ carouselIndex }}
-
@@ -330,7 +332,7 @@