微信小程序 swiper 组件坑
程序员文章站
2022-12-01 16:17:46
swiper 组件高度被限制为150px了,所以内容无法撑开。 解决办法 给这组件重新设置个高度,然后在把里面的图片设置为自动适应容器大小。图片模式设置为 宽度不变 自动适应高度 ......
swiper 组件高度被限制为150px了,所以内容无法撑开。
解决办法
给这组件重新设置个高度,然后在把里面的图片设置为自动适应容器大小。图片模式设置为 宽度不变 自动适应高度
<swiper class="test" .....> <swiper-item> <image mode='widthfix' ...... /> </swiper-item> </swiper> <style>
.text{
height:200px;
}
image{ width:100%; height:auto; } </style>
上一篇: 小儿按摩常用手法
下一篇: 7种果蔬解酒食疗秘方