From 89879e8c05c960e70a8ed01bfb6dda3d3b6bdf05 Mon Sep 17 00:00:00 2001 From: jiangrui Date: Thu, 6 Mar 2025 10:58:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E8=A7=A3=E5=86=B3ios=E8=AE=BE=E5=A4=87?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=E8=A2=ABtabbar=E9=81=AE=E6=8C=A1=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/mobile/ResourceList.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/frontend/src/views/mobile/ResourceList.vue b/frontend/src/views/mobile/ResourceList.vue index dbaf1e9..d166d2b 100644 --- a/frontend/src/views/mobile/ResourceList.vue +++ b/frontend/src/views/mobile/ResourceList.vue @@ -46,7 +46,7 @@ round closeable position="bottom" - :style="{ height: '80%' }" + :style="{ height: '80%', transform: 'translateZ(1px)' }" class="save-popup" >
@@ -338,6 +338,7 @@ watch(currentTab, () => { height: 100%; display: flex; flex-direction: column; + padding-bottom: calc(env(safe-area-inset-bottom) + 50px); } &__header { @@ -380,6 +381,7 @@ watch(currentTab, () => { padding: 12px 16px 16px; background: var(--theme-other_background); border-top: 0.5px solid var(--van-gray-3); + padding-bottom: calc(16px + env(safe-area-inset-bottom)); .footer__path { margin: 0 0 12px; @@ -447,6 +449,10 @@ watch(currentTab, () => { font-weight: 500; } } + + :deep(.van-popup) { + z-index: 2001 !important; + } } // 全局样式优化