ref |> 调整精选评论头像加V大小
Signed-off-by: xugenyuan <xugenyuan@wondertek.com.cn>
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/comment/view/QualityCommentsComponent.ets
| @@ -405,7 +405,7 @@ struct QualityCommentItem { | @@ -405,7 +405,7 @@ struct QualityCommentItem { | ||
| 405 | 405 | ||
| 406 | if (this.item.api_authIcon && this.item.api_authIcon.length > 0) { | 406 | if (this.item.api_authIcon && this.item.api_authIcon.length > 0) { |
| 407 | Image(this.item.api_authIcon) // 加v | 407 | Image(this.item.api_authIcon) // 加v |
| 408 | - .width(12).height(12) | 408 | + .width(14).height(14) |
| 409 | .objectFit(ImageFit.Cover) | 409 | .objectFit(ImageFit.Cover) |
| 410 | } | 410 | } |
| 411 | }.width(50).height(50) | 411 | }.width(50).height(50) |
-
Please register or login to post a comment