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%;