fix:bug[18050] UI还原问题-【uat】账号登录注册-登录注册-账号密码登录-忘记密码和登录文案和蓝湖大小不一致
Showing
1 changed file
with
9 additions
and
3 deletions
| @@ -144,9 +144,10 @@ struct LoginPage { | @@ -144,9 +144,10 @@ struct LoginPage { | ||
| 144 | Text("登录") | 144 | Text("登录") |
| 145 | .borderRadius(4) | 145 | .borderRadius(4) |
| 146 | .fontColor(this.isSubmit ? "#FFFFFFFF" : "#66FFFFFF") | 146 | .fontColor(this.isSubmit ? "#FFFFFFFF" : "#66FFFFFF") |
| 147 | - .fontSize(18) | ||
| 148 | - .fontWeight(FontWeight.Medium) | 147 | + .fontSize("31lpx") |
| 148 | + .fontWeight(400) | ||
| 149 | .margin({ top: 20 }) | 149 | .margin({ top: 20 }) |
| 150 | + .lineHeight("50lpx") | ||
| 150 | .height(44) | 151 | .height(44) |
| 151 | .textAlign(TextAlign.Center) | 152 | .textAlign(TextAlign.Center) |
| 152 | .width("100%") | 153 | .width("100%") |
| @@ -167,7 +168,12 @@ struct LoginPage { | @@ -167,7 +168,12 @@ struct LoginPage { | ||
| 167 | 168 | ||
| 168 | 169 | ||
| 169 | if (!this.checkCodePage) { | 170 | if (!this.checkCodePage) { |
| 170 | - Text('忘记密码').fontColor('#666666').fontSize(14).margin({ top: 16 }) | 171 | + Text('忘记密码') |
| 172 | + .fontColor('#666666') | ||
| 173 | + .fontSize("31lpx") | ||
| 174 | + .fontWeight(400) | ||
| 175 | + .lineHeight("38lpx") | ||
| 176 | + .margin({ top: 16 }) | ||
| 171 | .onClick(() => { | 177 | .onClick(() => { |
| 172 | TrackingButton.click("loginPageForgotPassword",TrackConstants.PageName.Login_Page,TrackConstants.PageName.Login_Page) | 178 | TrackingButton.click("loginPageForgotPassword",TrackConstants.PageName.Login_Page,TrackConstants.PageName.Login_Page) |
| 173 | if(StringUtils.isNotEmpty(this.accountContent) && StringUtils.photoMatch(this.accountContent)){ | 179 | if(StringUtils.isNotEmpty(this.accountContent) && StringUtils.photoMatch(this.accountContent)){ |
-
Please register or login to post a comment