From bac61d455fb5ce56f796196bb521aa7d17a12969 Mon Sep 17 00:00:00 2001 From: wanghanghui Date: Tue, 12 Sep 2023 12:25:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=9D=E8=AF=81=E8=BF=94=E5=9B=9E=E5=80=BC?= =?UTF-8?q?=E4=B8=8D=E4=B8=BAundefined?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wanghanghui --- .../photomodify/src/main/ets/components/pages/ChoicePhoto.ets | 1 + 1 file changed, 1 insertion(+) diff --git a/media/Image/photomodify/src/main/ets/components/pages/ChoicePhoto.ets b/media/Image/photomodify/src/main/ets/components/pages/ChoicePhoto.ets index 90ff6615..df79ebbb 100644 --- a/media/Image/photomodify/src/main/ets/components/pages/ChoicePhoto.ets +++ b/media/Image/photomodify/src/main/ets/components/pages/ChoicePhoto.ets @@ -116,6 +116,7 @@ export struct ChoicePhoto { } else if (this.isLand && !this.isChoice) { return { maxHeight: '73%' } } + return { maxHeight: '73%' } } build() { -- Gitee