张善主

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

... ... @@ -18,6 +18,10 @@
},
{
"name": "font_size_13_5",
"value": "13.5fp"
},
{
"name": "font_size_13_2",
"value": "13.2fp"
},
{
... ...
... ... @@ -170,6 +170,8 @@ export struct FeedBackActivity {
.margin({bottom: $r('app.float.vp_12'), right: $r('app.float.vp_12'),left: $r('app.float.vp_12')})
Text(this.textNumLabel)
.margin({bottom: $r('app.float.vp_12'), right: $r('app.float.vp_11')})
.fontColor($r('app.color.color_999999'))
.fontSize($r('app.float.font_size_13_5'))
}
.height(200)
.width('94%')
... ... @@ -232,6 +234,7 @@ export struct FeedBackActivity {
}
}.margin({bottom:20})
}
.backgroundColor($r('app.color.color_fff'))
}
/**
... ...
... ... @@ -21,6 +21,10 @@
"value": "13.2fp"
},
{
"name": "font_size_13_5",
"value": "13.5fp"
},
{
"name": "font_size_14",
"value": "14fp"
},
... ...