update common/src/main/ets/default/view/ImageGridItemComponent.ets.

Signed-off-by: liujuan <liujuan76@h-partners.com>
This commit is contained in:
liujuan 2024-09-12 09:34:20 +00:00 committed by Gitee
parent ea8d1a33cf
commit 6dcf9fe2a1
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -251,7 +251,6 @@ export struct ImageGridItemComponent {
@Builder
buildImage() {
Image(this.imageThumbnail)
.syncLoad(true)
.width('100%')
.height('100%')
.rotate({ x: 0, y: 0, z: 1, angle: 0 })