<mp-checkbox-group prop="checkbox" multi="{{true}}" bindchange="checkboxChange">
<mp-checkbox ext-class="weui-cell-copy weui-cell" wx:for="{{checkboxItems}}" wx:key="value" style="width: 206rpx;height: 206rpx;display: inline-block;background: url({{item.image}}) no-repeat;background-size: 100%;margin: 22rpx; " label="" value="{{item.value}}" checked="{{item.checked}}">
</mp-checkbox>
</mp-checkbox-group>
这里的 ext-class设置的样式,并没有生效
我其实是想把沟选符号 移动下位置
难道都必要要用 !important 吗
麻烦提供能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)