Showing
1 changed file
with
1 additions
and
0 deletions
sight_harmony/features/wdComponent/src/main/ets/components/comment/view/QualityCommentsComponent.ets
| @@ -176,6 +176,7 @@ export struct QualityCommentsComponent { | @@ -176,6 +176,7 @@ export struct QualityCommentsComponent { | ||
| 176 | .fontWeight(400) | 176 | .fontWeight(400) |
| 177 | .fontColor($r('app.color.color_222222')) | 177 | .fontColor($r('app.color.color_222222')) |
| 178 | .lineHeight('42lpx') | 178 | .lineHeight('42lpx') |
| 179 | + .visibility(this.tileOpacity < 0.8 ? 1 : 0) | ||
| 179 | } | 180 | } |
| 180 | .height(44) | 181 | .height(44) |
| 181 | .width('100%') | 182 | .width('100%') |
-
Please register or login to post a comment