This commit is contained in:
kron
2025-07-23 18:24:26 +08:00
parent 08aa7e93f5
commit 76e85501d5
6 changed files with 6 additions and 5 deletions

View File

@@ -68,7 +68,7 @@ const goBack = () => {
<view
class="content"
:style="{
height: isHome ? '100vh' : `calc(100vh - ${isIos ? 200 : 170}rpx)`,
height: isHome ? '100vh' : `calc(100vh - ${isIos ? 180 : 150}rpx)`,
overflow,
}"
>