template部分

<view class="body">
	<view class="box-item" v-for="item in list"> {{item}} </view>
</view>

CSS部分

/* 部分页面滚动 */
page{
        display: -webkit-box;
	width: 100%;
	height: 100%;
	}
.container {
	width: 100%;
	display: flex;
	min-height: 100vh;
	flex-direction: column; 
}
.body{
	overflow-y: scroll;
}

Posted on 2021-09-27 21:50  枏山柟  阅读(1914)  评论(0编辑  收藏  举报