问题模块 框架类型 问题类型 终端类型 微信版本 基础库版本
框架 微信小程序 Bug 客户端 最新版 最新版
问题:横向铺满换行,换行之后,第一行和第二行中间的空白是怎么回事?
重现代码
.main {
position: fixed;
height: 100%;
width: 100%;
display:flex;
}
wxss:
.scrollX {
width: 100%;
height: 100%;
display: flex;
flex-wrap:wrap;
flex-direction:row;
}
.back-color{
width: 30%;
height: 25%;
background-color: red;
border: 1rpx solid rebeccapurple
}
微信小程序开发问题解答
微信小程序开发者回答:
你好,请提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
本文网址:http://www.91bianli.com/weixinxiaochengxu/45968.html