From 02a3fee87c5ab01061ce8b52d08d16cb04d833bb Mon Sep 17 00:00:00 2001 From: haoxiaohui Date: Wed, 12 Nov 2025 10:35:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BB=84=E4=BB=B6id=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: haoxiaohui --- entry/src/main/ets/pages/NormalVideo.ets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entry/src/main/ets/pages/NormalVideo.ets b/entry/src/main/ets/pages/NormalVideo.ets index 5c003ae..cfcf447 100644 --- a/entry/src/main/ets/pages/NormalVideo.ets +++ b/entry/src/main/ets/pages/NormalVideo.ets @@ -93,7 +93,7 @@ struct NormalVideo { } .width('100%') .alignRules({ - bottom: { anchor: 'review', align: VerticalAlign.Top }, + bottom: { anchor: 'normal_video_review', align: VerticalAlign.Top }, middle: { anchor: '__container__', align: HorizontalAlign.Center } }) .margin({ bottom: 13 }) -- Gitee