This commit is contained in:
kron
2025-07-18 10:14:13 +08:00
parent 84be88182a
commit db4ec13bac
3 changed files with 3 additions and 3 deletions

View File

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