From c26713ebf3c3857070e838fe1d846b2e81137cd9 Mon Sep 17 00:00:00 2001 From: lyf <2514544224@qq.com> Date: Fri, 3 Jul 2026 02:38:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=B4=E6=97=B6=E5=B1=8F=E8=94=BD=E8=AE=B2?= =?UTF-8?q?=E8=A7=A3=E8=AF=A6=E6=83=85=E9=A1=B5=E6=9F=A5=E7=9C=8B=E4=BD=8D?= =?UTF-8?q?=E7=BD=AE=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/exhibit/detail.vue | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/src/pages/exhibit/detail.vue b/src/pages/exhibit/detail.vue index 9b509b4..202396b 100644 --- a/src/pages/exhibit/detail.vue +++ b/src/pages/exhibit/detail.vue @@ -7,7 +7,12 @@ @back="handleBack" > - + - + exhibit.value.coverImages[0]) const detailMeta = computed(() => [ @@ -420,6 +427,10 @@ const handleBack = () => { box-sizing: border-box; } +.content.without-location-action { + padding-bottom: calc(28px + env(safe-area-inset-bottom)); +} + .hero-image, .hero-placeholder { width: 100%;