刚开始设置的height:100vh,就会出现如图的效果,会出现上下滚动
<template>
<view class="container">
......
</view>
</template>
<style lang="scss">
.container {
height: 100vh;
}
</style>

解决方法:
<style lang="scss">
.container {
......
position: fixed;
}
</style>







![[C#]使用PaddleInference图片旋转四种角度检测](https://img-blog.csdnimg.cn/direct/4e8c0ad87bf64a338e52f995061282d9.jpeg)











