张善主

fix(17808): UI还原问题-【uat】意见反馈-描述您的问题-输入框字数没置灰显示,看图

@@ -18,6 +18,10 @@ @@ -18,6 +18,10 @@
18 }, 18 },
19 { 19 {
20 "name": "font_size_13_5", 20 "name": "font_size_13_5",
  21 + "value": "13.5fp"
  22 + },
  23 + {
  24 + "name": "font_size_13_2",
21 "value": "13.2fp" 25 "value": "13.2fp"
22 }, 26 },
23 { 27 {
@@ -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 /**
@@ -21,6 +21,10 @@ @@ -21,6 +21,10 @@
21 "value": "13.2fp" 21 "value": "13.2fp"
22 }, 22 },
23 { 23 {
  24 + "name": "font_size_13_5",
  25 + "value": "13.5fp"
  26 + },
  27 + {
24 "name": "font_size_14", 28 "name": "font_size_14",
25 "value": "14fp" 29 "value": "14fp"
26 }, 30 },