修复备忘录按钮被键盘遮挡问题

Signed-off-by: zwx1126739 <zhanghong121@huawei.com>
This commit is contained in:
zwx1126739
2024-04-29 19:45:22 +08:00
parent fac7fc0cc6
commit 8362668b21
@@ -320,6 +320,7 @@ export struct NoteContentCompPortrait {
this.editModel = true
})
}
.height('100%')
.enabled(this.selectedNoteData && this.selectedNoteData?.is_deleted == Delete.Yes ? false : true)
.flexShrink(1)
.margin({ top: 16 })