陈剑华

fix: 219887 设置仅wifi加载图片控制,4G网络下,频道信息流页面缺省图缺少边框,见截图

... ... @@ -124,7 +124,7 @@ export struct Card6Component {
.borderRadius(5)
.aspectRatio(this.contentDTO.appStyle === CompStyle.Card_13 ? 3 / 2 : 3 / 4)
.height(this.contentDTO.appStyle === CompStyle.Card_13 ? 78 : 156)
.border({width: 0.5, color: 0xf5f5f5})
.border({width: 0.5, color: '#0D000000'})
.borderStyle(BorderStyle.Solid)
CardMediaInfo({ contentDTO: this.contentDTO })
}
... ...
... ... @@ -107,7 +107,7 @@ export struct HorizontalStrokeCardThreeTwoRadioForMoreComponent {
.width(this.compDTO.operDataList.length == 2 ? 210 : 150)
.objectFit(ImageFit.Contain)
.borderRadius(4)
.border({width: 0.5, color: 0xf5f5f5})
.border({width: 0.5, color: '#0D000000'})
CardMediaInfo({
livePeopleNum:false,
contentDTO: item
... ...
... ... @@ -168,7 +168,7 @@ export struct LiveHorizontalCardComponent {
})
}
.borderRadius(4)
.border({width: 1, color: 0xf5f5f5})
.border({width: 1, color: '#0D000000'})
Text(item.newsTitle)
.fontSize(15)
... ...