样式优化

This commit is contained in:
kron
2025-07-15 15:15:47 +08:00
parent 1d885f1a4f
commit 95426ffd07
4 changed files with 68 additions and 64 deletions

View File

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