Showing
1 changed file
with
8 additions
and
8 deletions
| @@ -50,7 +50,7 @@ export struct FeedBackActivity { | @@ -50,7 +50,7 @@ export struct FeedBackActivity { | ||
| 50 | .fontSize($r('app.float.font_size_16')) | 50 | .fontSize($r('app.float.font_size_16')) |
| 51 | .fontWeight(FontWeight.Bold) | 51 | .fontWeight(FontWeight.Bold) |
| 52 | .width('100%') | 52 | .width('100%') |
| 53 | - .margin({ left: $r('app.float.vp_15'), top: $r('app.float.vp_14') }) | 53 | + .margin({ left: 24, top: $r('app.float.vp_14') }) |
| 54 | GridRow({ | 54 | GridRow({ |
| 55 | columns:3, | 55 | columns:3, |
| 56 | }) { | 56 | }) { |
| @@ -75,7 +75,7 @@ export struct FeedBackActivity { | @@ -75,7 +75,7 @@ export struct FeedBackActivity { | ||
| 75 | } | 75 | } |
| 76 | }) | 76 | }) |
| 77 | } | 77 | } |
| 78 | - .width('100%') | 78 | + .width('94%') |
| 79 | .margin({top:$r('app.float.vp_16')}) | 79 | .margin({top:$r('app.float.vp_16')}) |
| 80 | Blank() | 80 | Blank() |
| 81 | .height($r('app.float.margin_5')) | 81 | .height($r('app.float.margin_5')) |
| @@ -85,7 +85,7 @@ export struct FeedBackActivity { | @@ -85,7 +85,7 @@ export struct FeedBackActivity { | ||
| 85 | .fontSize($r('app.float.font_size_16')) | 85 | .fontSize($r('app.float.font_size_16')) |
| 86 | .fontWeight(FontWeight.Bold) | 86 | .fontWeight(FontWeight.Bold) |
| 87 | .width(CommonConstants.FULL_WIDTH) | 87 | .width(CommonConstants.FULL_WIDTH) |
| 88 | - .margin({ left: $r('app.float.vp_16'), top: $r('app.float.vp_12') }) | 88 | + .margin({ left: 24, top: $r('app.float.vp_12') }) |
| 89 | Stack({ alignContent: Alignment.BottomEnd }) { | 89 | Stack({ alignContent: Alignment.BottomEnd }) { |
| 90 | TextArea({ placeholder: $r('app.string.feedback_comments') }) | 90 | TextArea({ placeholder: $r('app.string.feedback_comments') }) |
| 91 | .width(CommonConstants.FULL_WIDTH) | 91 | .width(CommonConstants.FULL_WIDTH) |
| @@ -165,7 +165,7 @@ export struct FeedBackActivity { | @@ -165,7 +165,7 @@ export struct FeedBackActivity { | ||
| 165 | .margin({bottom: $r('app.float.vp_12'), right: $r('app.float.vp_11')}) | 165 | .margin({bottom: $r('app.float.vp_12'), right: $r('app.float.vp_11')}) |
| 166 | } | 166 | } |
| 167 | .height(200) | 167 | .height(200) |
| 168 | - .width('90%') | 168 | + .width('94%') |
| 169 | .margin({ top: $r('app.float.vp_12') }) | 169 | .margin({ top: $r('app.float.vp_12') }) |
| 170 | .backgroundColor($r('app.color.color_F5F5F5')) | 170 | .backgroundColor($r('app.color.color_F5F5F5')) |
| 171 | .borderRadius(4) | 171 | .borderRadius(4) |
| @@ -176,9 +176,8 @@ export struct FeedBackActivity { | @@ -176,9 +176,8 @@ export struct FeedBackActivity { | ||
| 176 | Text($r('app.string.feedback_email')) | 176 | Text($r('app.string.feedback_email')) |
| 177 | .fontColor($r('app.color.color_222222')) | 177 | .fontColor($r('app.color.color_222222')) |
| 178 | .fontSize($r('app.float.font_size_14')) | 178 | .fontSize($r('app.float.font_size_14')) |
| 179 | - .fontWeight(FontWeight.Bold) | ||
| 180 | - .width('100%') | ||
| 181 | - .margin({ left: $r('app.float.vp_16'), top: $r('app.float.margin_24') }) | 179 | + .width('94%') |
| 180 | + .margin({ top: $r('app.float.margin_24') }) | ||
| 182 | Row() { | 181 | Row() { |
| 183 | Text($r('app.string.feedback_mail')) | 182 | Text($r('app.string.feedback_mail')) |
| 184 | .fontColor($r('app.color.color_222222')) | 183 | .fontColor($r('app.color.color_222222')) |
| @@ -187,6 +186,7 @@ export struct FeedBackActivity { | @@ -187,6 +186,7 @@ export struct FeedBackActivity { | ||
| 187 | TextInput({ placeholder: $r('app.string.feedback_hideemail') }) | 186 | TextInput({ placeholder: $r('app.string.feedback_hideemail') }) |
| 188 | .width(CommonConstants.FULL_WIDTH) | 187 | .width(CommonConstants.FULL_WIDTH) |
| 189 | .height(CommonConstants.FULL_HEIGHT) | 188 | .height(CommonConstants.FULL_HEIGHT) |
| 189 | + // .margin({left:15}) | ||
| 190 | .backgroundColor($r('app.color.color_F5F5F5')) | 190 | .backgroundColor($r('app.color.color_F5F5F5')) |
| 191 | .onChange((value) => { | 191 | .onChange((value) => { |
| 192 | // Logger.debug(TAG, "onChange" + value + "/" + this.passwordContent) | 192 | // Logger.debug(TAG, "onChange" + value + "/" + this.passwordContent) |
| @@ -194,7 +194,7 @@ export struct FeedBackActivity { | @@ -194,7 +194,7 @@ export struct FeedBackActivity { | ||
| 194 | }) | 194 | }) |
| 195 | } | 195 | } |
| 196 | .height(44) | 196 | .height(44) |
| 197 | - .width('90%') | 197 | + .width('94%') |
| 198 | .backgroundColor($r('app.color.color_F5F5F5')) | 198 | .backgroundColor($r('app.color.color_F5F5F5')) |
| 199 | .margin({top: $r('app.float.margin_16') }) | 199 | .margin({top: $r('app.float.margin_16') }) |
| 200 | .borderRadius(4) | 200 | .borderRadius(4) |
-
Please register or login to post a comment