陈剑华

fix: 19235 UI还原问题-【生产】进入法治频道,单图卡图片没有显示边框线

... ... @@ -121,6 +121,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: 1, color: 0xf5f5f5})
CardMediaInfo({ contentDTO: this.contentDTO })
}
... ...