height设为 100vh 而不能设为 100%
<movable-area style="width: 100%; height: 100vh;">
<movable-view class="home-movable-view" :x="movableInfo.x" :y="movableInfo.y" direction="all">
</movable-view>
<!-- swiper -->
<view style="width: 100%; height: 100%; overflow-y: scroll;">
</view>
</movable-area>
0 个评论
要回复文章请先登录或注册