样式优化
This commit is contained in:
@@ -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,
|
||||
}"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user