调整导览讲解为底部主导航
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
<view v-if="isCollapsed" class="panel-collapsed" @tap="expandPanel">
|
||||
<view class="panel-collapsed-copy">
|
||||
<text class="panel-title">室外导览</text>
|
||||
<text class="panel-title">馆外导览</text>
|
||||
<text class="panel-summary">{{ collapsedSummary }}</text>
|
||||
</view>
|
||||
<view class="panel-expand">
|
||||
@@ -25,7 +25,7 @@
|
||||
<template v-else>
|
||||
<view class="panel-header">
|
||||
<view class="panel-title-group">
|
||||
<text class="panel-title">室外导览</text>
|
||||
<text class="panel-title">馆外导览</text>
|
||||
<text v-if="routeSummary" class="panel-summary">{{ routeSummary }}</text>
|
||||
</view>
|
||||
<view class="panel-actions">
|
||||
@@ -244,7 +244,7 @@ const collapsedSummary = computed(() => {
|
||||
if (effectiveStartMode.value === 'gps') {
|
||||
return '使用 GPS 定位'
|
||||
}
|
||||
return '室外导览到馆'
|
||||
return '馆外导览到馆'
|
||||
})
|
||||
|
||||
const formatStartPointName = () => {
|
||||
@@ -411,7 +411,7 @@ const handlePanelMouseEnd = (event: MouseEvent) => {
|
||||
position: absolute;
|
||||
left: 15px;
|
||||
right: 15px;
|
||||
bottom: calc(env(safe-area-inset-bottom) + 24px);
|
||||
bottom: calc(env(safe-area-inset-bottom) + 106px);
|
||||
padding: 12px 15px 15px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
Reference in New Issue
Block a user