wangliang_wd

Merge branch 'main' of http://192.168.1.42/developOne/harmonyPool into main

* 'main' of http://192.168.1.42/developOne/harmonyPool:
  fix |> 单图卡图片外框描边偏黑问题修复
@@ -125,7 +125,7 @@ export struct Card6Component { @@ -125,7 +125,7 @@ export struct Card6Component {
125 .borderRadius(5) 125 .borderRadius(5)
126 .aspectRatio(this.contentDTO.appStyle === CompStyle.Card_13 ? 3 / 2 : 3 / 4) 126 .aspectRatio(this.contentDTO.appStyle === CompStyle.Card_13 ? 3 / 2 : 3 / 4)
127 .height(this.contentDTO.appStyle === CompStyle.Card_13 ? 78 : 156) 127 .height(this.contentDTO.appStyle === CompStyle.Card_13 ? 78 : 156)
128 - .border({width: 0.5, color: '#0D000000'}) 128 + .border({width: 0.5, color: 'rgba(0,0,0,0.01)'})
129 .borderStyle(BorderStyle.Solid) 129 .borderStyle(BorderStyle.Solid)
130 CardMediaInfo({ contentDTO: this.contentDTO }) 130 CardMediaInfo({ contentDTO: this.contentDTO })
131 } 131 }