WeUI中Checkbox的ext-class设置的样式不生效?

发布于 6 年前作者 tao7013819 次浏览最后编辑 6 年前来自 issues

<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设置的样式,并没有生效

我其实是想把沟选符号  移动下位置

1 回复
leisong
leisong1 楼4 年前

麻烦提供能复现问题的代码片段https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html