修复最近删除笔记按钮不显示问题

Signed-off-by: zhanghong <zhanghong121@huawei.com>
This commit is contained in:
zhanghong
2024-12-02 13:58:53 +08:00
parent c138c23e87
commit ea2587bfa0
@@ -731,6 +731,7 @@ export struct DeleteNoteComp {
.width(180)
.justifyContent(FlexAlign.Center)
.alignItems(HorizontalAlign.Center)
.offset({ y: -50 })
Column() {
Image($r('app.media.recover'))
@@ -769,6 +770,7 @@ export struct DeleteNoteComp {
.width(180)
.justifyContent(FlexAlign.Center)
.alignItems(HorizontalAlign.Center)
.offset({ y: -50 })
}
.width(360)
.height(56)