.gCon {
display: flex;
justify-content: flex-start;
align-items: center;
flex-direction: column;
width: 100vw;
height: 100vh;
}
.gCon .Tab {
width: 100%;
height: 88rpx;
}
.gCon > swiper {
flex: 1;
width: 100%;
}
iOS0.3.3 swiper高度还是默认高度,并没有占据剩余空间
swiper 有默认高度 150px, 需要给 swiper 一个固定高度。例如:100vh
没有10.3.3的机器试,只能提供几个尝试你挨个试试吧。。
1、把 swiper换成一个普通的 view,这样flex:1有效吗?有效的话,可以swiper外面包个flex:1的view,然后swiper 100%高
2、flex: 1换成 flex-grow: 1;
3、试试给 swiper增加不同的 position 及overflow属性
弄一个 [ 能复现问题的简单的 ] 代码片段,我帮你看看
https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html
请学会如何「提问」(👈戳我)
【个体工商户】微信认证问题(👈戳我)
不要再问我小尾巴了啦!!!
不要再问我小尾巴了啦!!!