Showing
3 changed files
with
11 additions
and
0 deletions
| @@ -170,6 +170,8 @@ export struct FeedBackActivity { | @@ -170,6 +170,8 @@ export struct FeedBackActivity { | ||
| 170 | .margin({bottom: $r('app.float.vp_12'), right: $r('app.float.vp_12'),left: $r('app.float.vp_12')}) | 170 | .margin({bottom: $r('app.float.vp_12'), right: $r('app.float.vp_12'),left: $r('app.float.vp_12')}) |
| 171 | Text(this.textNumLabel) | 171 | Text(this.textNumLabel) |
| 172 | .margin({bottom: $r('app.float.vp_12'), right: $r('app.float.vp_11')}) | 172 | .margin({bottom: $r('app.float.vp_12'), right: $r('app.float.vp_11')}) |
| 173 | + .fontColor($r('app.color.color_999999')) | ||
| 174 | + .fontSize($r('app.float.font_size_13_5')) | ||
| 173 | } | 175 | } |
| 174 | .height(200) | 176 | .height(200) |
| 175 | .width('94%') | 177 | .width('94%') |
| @@ -232,6 +234,7 @@ export struct FeedBackActivity { | @@ -232,6 +234,7 @@ export struct FeedBackActivity { | ||
| 232 | } | 234 | } |
| 233 | }.margin({bottom:20}) | 235 | }.margin({bottom:20}) |
| 234 | } | 236 | } |
| 237 | + .backgroundColor($r('app.color.color_fff')) | ||
| 235 | } | 238 | } |
| 236 | 239 | ||
| 237 | /** | 240 | /** |
-
Please register or login to post a comment