mirror of
https://gitee.com/openharmony/applications_notes
synced 2024-12-04 05:49:30 +00:00
commit
2ed2060009
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user