fix(17809): UI还原问题-【uat】意见反馈-描述您的问题-“期待您留下联系方式,我们将提供更好的服务” 文案字体和大小与android不一致,看图
Showing
3 changed files
with
9 additions
and
1 deletions
| @@ -182,7 +182,7 @@ export struct FeedBackActivity { | @@ -182,7 +182,7 @@ export struct FeedBackActivity { | ||
| 182 | 182 | ||
| 183 | Text($r('app.string.feedback_email')) | 183 | Text($r('app.string.feedback_email')) |
| 184 | .fontColor($r('app.color.color_222222')) | 184 | .fontColor($r('app.color.color_222222')) |
| 185 | - .fontSize($r('app.float.font_size_14')) | 185 | + .fontSize($r('app.float.font_size_13_2')) |
| 186 | .width('94%') | 186 | .width('94%') |
| 187 | .margin({ top: $r('app.float.margin_24') }) | 187 | .margin({ top: $r('app.float.margin_24') }) |
| 188 | Row() { | 188 | Row() { |
-
Please register or login to post a comment