Showing
1 changed file
with
2 additions
and
1 deletions
| @@ -221,11 +221,12 @@ struct ModifyPasswordPage { | @@ -221,11 +221,12 @@ struct ModifyPasswordPage { | ||
| 221 | .width('100%') | 221 | .width('100%') |
| 222 | 222 | ||
| 223 | Column() { | 223 | Column() { |
| 224 | - Text("忘记密码").fontSize(12).maxLines(3).fontColor(0x999999).padding({top:`${this.calcHeight(10)}lpx`}) | 224 | + Text("忘记密码").fontSize(14).maxLines(3).fontColor(0x999999).padding({top:`${this.calcHeight(10)}lpx`}) |
| 225 | .onClick(()=>{ | 225 | .onClick(()=>{ |
| 226 | WDRouterRule.jumpWithPage(WDRouterPage.forgetPasswordPage) | 226 | WDRouterRule.jumpWithPage(WDRouterPage.forgetPasswordPage) |
| 227 | }) | 227 | }) |
| 228 | } | 228 | } |
| 229 | + .margin({top:15}) | ||
| 229 | .width('100%') | 230 | .width('100%') |
| 230 | .height(`${this.calcHeight(85)}lpx`) | 231 | .height(`${this.calcHeight(85)}lpx`) |
| 231 | .alignItems(HorizontalAlign.Center) | 232 | .alignItems(HorizontalAlign.Center) |
-
Please register or login to post a comment