时间:2019-05-05 来源:小程序工厂
L***:
你好,请提供一下出现问题的机型和微信版本,以及能复现问题的简单代码示例。
唐***:
.test-input{
width: 100%;height: 100rpx;
background-color: antiquewhite;
}
.test-input input{
width: 90%;height: 100rpx;
margin: 0 auto;
background-color: aquamarine;
}
艾玛,提了这么多问题终于有官方回答了,不容易啊
这个在开发者工具上比较严重,真机测试虽然也有部分宽度丢失,但并不影响用户体验
测试机型为iphone8,微信版本最新版本,开发者工具版本Windows7系统v1.02.1801080
writeBLECharacteristicValue调用ArrayBuffer 微信小程序开发教程
L***:
从截图看,你的 .test-input 有两侧的padding?
唐***:
不是,示例代码中.test-input你看得到是没有padding值的,你说的应该是前两张图,前两张图的代码是这个
.remark{
width: 100%;
height: 130rpx;
margin-top: 20rpx;
background-color: #ffffff;
display: flex;
align-items: center;
font-size: 13pt;
}
.remark>input{
display: block;
width: 90%;
height: 70rpx;
padding: 0 2.5%;
margin: 0 auto;
border: 1rpx solid #969696;
border-radius: 6rpx;
/* background-color: antiquewhite; */
}
L***:
好的,我们看一下。
微信小程序群ID每过一段时间第一次解密都会失败&微信小程序开发 ...
k***:
有遇到同样问题,在开发工具里看就是这样。