diff --git a/src/components/map/GuidePoiSummaryCard.vue b/src/components/map/GuidePoiSummaryCard.vue
new file mode 100644
index 0000000..ca41497
--- /dev/null
+++ b/src/components/map/GuidePoiSummaryCard.vue
@@ -0,0 +1,79 @@
+
+
+
+
+
+
+ {{ title }}
+ {{ subtitle }}
+
+ 展开
+
+
+
+
+
+
+
+ {{ item.label }}
+ {{ item.value }}
+
+
+ {{ description }}
+ {{ errorMessage }}
+ {{ actionText }}
+
+
+
+
+
+
+
diff --git a/src/pages/facility/detail.vue b/src/pages/facility/detail.vue
index 050997a..c8c6a04 100644
--- a/src/pages/facility/detail.vue
+++ b/src/pages/facility/detail.vue
@@ -11,7 +11,7 @@
v-if="mapContextReady"
:search-text="facility.name"
search-top="20px"
- floor-bottom="153px"
+ floor-bottom="280px"
floor-max-height="206px"
floor-side="left"
:active-mode="activeMode"
@@ -27,49 +27,21 @@
:show-mode-row="false"
show-floor-header
show-zoom-controls
- zoom-controls-top="calc(100vh - 252px)"
+ zoom-controls-top="calc(100vh - 360px)"
@floor-change="handleFloorChange"
@target-focus="handleTargetFocus"
>
-
-
-
-
- {{ facility.name }}
-
-
- ×
-
-
-
-
-
- 类别
- {{ facility.category }}
-
-
- 楼层
- {{ facility.floor }}
-
-
-
-
- {{ facility.description }}
-
-
-
- {{ locationErrorMessage }}
-
-
+
正在准备位置预览...
@@ -78,10 +50,11 @@