bug修改

This commit is contained in:
XiuYun CHEN
2025-08-19 09:09:46 +08:00
parent 662c0ba507
commit 81aba7fdf6
2 changed files with 10 additions and 8 deletions
@@ -55,15 +55,16 @@ export function NavigationBackBuilder(params?: NavigationBackBuilderParams) {
Image($r('app.media.top_back'))
.margin({ left: 20 })
.width(65)
.height(24)
.height(50)
.padding({
right:41
right:41,
top: 13,
bottom: 13
})
// .padding({
// left: 8,
// right: 8,
// top: 8,
// bottom: 8
//
// })
.onClick(params?.leftButtonAction)
}
@@ -110,13 +111,13 @@ export function NavigationBackBuilder(params?: NavigationBackBuilderParams) {
Image(params?.rightButtonIcon)
// .width(36)
.width(65)
.height(4)
.height(50)
.objectFit(ImageFit.Contain)
.padding({
left: 47,
// right: 3,
// top: 3,
// bottom: 3
top: 23,
bottom: 23
})
.margin({ right: 20 })
.onClick(params?.rightButtonAction)