From fc9be8bd257ff6562a2c7ab89a4dea37b414e695 Mon Sep 17 00:00:00 2001 From: nobbo Date: Wed, 7 Sep 2022 19:59:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=B8=83=E5=B1=80=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: nobbo --- common/component/src/main/ets/components/NoteContentComp.ets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/component/src/main/ets/components/NoteContentComp.ets b/common/component/src/main/ets/components/NoteContentComp.ets index 86c8c96..d0ab475 100644 --- a/common/component/src/main/ets/components/NoteContentComp.ets +++ b/common/component/src/main/ets/components/NoteContentComp.ets @@ -149,11 +149,11 @@ export struct NoteContentComp { } }) .zoomAccess(false) - .height('70%') + .height('88%') .width('100%') } .margin({ left: 24, right: 24 }) - .width(StyleConstants.PERCENTAGE_100) +// .width(StyleConstants.PERCENTAGE_100) .enabled(this.selectedNoteData && this.selectedNoteData.is_deleted == Delete.Yes ? false : true) .onClick(() => { this.issave = 0