yangchenggong1_wd

fix |> 20478 图文稿件详情页,播放稿件中的视频,播放按钮有点糊

... ... @@ -323,6 +323,7 @@ export struct WdWebLocalComponent {
}else {
Row() {
Image(this.isPause ? $r('app.media.icon_play') : $r('app.media.icon_pause'))
.interpolation(ImageInterpolation.Medium)
.width(24)
.height(24)
.onClick(() => {
... ...