app.jso文件中添加了"style": "v2",编辑器更改button样式手机上查看差别巨大?
这个是我编辑里面看到的,我自己写了一个样式放在button上面。
.type-box-contain .type-item .bannar .name {
height: 56rpx;
padding: 0 26rpx;
font-size: 24rpx;
color: #363636;
line-height: 56rpx;
text-align: center;
background: #f6f6f6;
border-radius: 28rpx;
}
<button class="name form_id_button" form-type='submit'>全部</button>
然后再app.json文件中写了
“style”: “v2”,
手机端查看页面就变成这个样子了,
一开始我还郁闷找不到原因,想起来创建新的小程序的时候我对比过老的app.json,发现没有style这个,才想起来,请问这个style太影响修改样式了吧。而且编辑器和手机上面调试的看起来差别也太大了吧。