WeUI中Checkbox的ext-class设置的样式不生效?
<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 回复