bug修改
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user