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