陈剑华

fix: 19047 UI还原问题-【生产】-兴趣卡选中打勾偏大,看图

... ... @@ -138,8 +138,8 @@ export struct ZhSingleColumn09 {
.textAlign(TextAlign.Center)
.fontColor(0xffffff)
Image($r('app.media.icon_selected'))
.width(19)
.height(19)
.width(14)
.height(14)
.opacity(this.activeIndexs.includes(index) ? 1 : 0)
.objectFit(ImageFit.Contain)
}
... ...