小程序自定义组件在view中css样式无法生效
代码:
<view style=“margin-bottom: 80rpx;”>
<WxComment submit_btn_text=“回复”></WxComment>
</view>
问题: WxComment为自定义组件,在开发者工具模拟器中,margin-bottom能够生效,如下图所示。但是在真机中margin-bottom设置值无法生效,自定义组件与底部紧挨着。
2 回复
麻烦提供一下出现问题的机型和微信版本,并且给个相关的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html),我们定位下问题