mirror of
https://gitee.com/openharmony/applications_photos
synced 2024-11-23 07:00:09 +00:00
update common/src/main/ets/default/view/ImageGridItemComponent.ets.
Signed-off-by: liujuan <liujuan76@h-partners.com>
This commit is contained in:
parent
ea8d1a33cf
commit
6dcf9fe2a1
@ -251,7 +251,6 @@ export struct ImageGridItemComponent {
|
|||||||
@Builder
|
@Builder
|
||||||
buildImage() {
|
buildImage() {
|
||||||
Image(this.imageThumbnail)
|
Image(this.imageThumbnail)
|
||||||
.syncLoad(true)
|
|
||||||
.width('100%')
|
.width('100%')
|
||||||
.height('100%')
|
.height('100%')
|
||||||
.rotate({ x: 0, y: 0, z: 1, angle: 0 })
|
.rotate({ x: 0, y: 0, z: 1, angle: 0 })
|
||||||
|
Loading…
Reference in New Issue
Block a user