bug修改

This commit is contained in:
XiuYun CHEN
2025-06-17 15:40:04 +08:00
parent 57fc7cfdf3
commit 7414611bc5
13 changed files with 344 additions and 52 deletions
@@ -98,7 +98,7 @@ export struct ChangePasswordComp {
Text('确 定')
}
.width('90%')
.height(40)
.height(53)
.position({x:'5%',y:'80%'})
.backgroundColor('#ffffff')
.borderColor($r('app.color.main_color'))
@@ -145,7 +145,7 @@ export struct ChangePhoneComp {
Text('确 定')
}
.width('90%')
.height(48)
.height(53)
.borderRadius(8)
.borderWidth(1)
.borderColor('#8B2316')
@@ -196,10 +196,10 @@ export struct ForgetPasswordComp {
.borderColor('#CCCCCC')
Button({type:ButtonType.Normal}){
Text('登 录')
Text('确 定')
}
.width('90%')
.height(48)
.height(53)
.margin({ top: 40 })
.borderRadius(8)
.backgroundColor($r('app.color.main_color'))