Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/comment/view/QualityCommentsComponent.ets
| @@ -349,7 +349,7 @@ struct QualityCommentItem { | @@ -349,7 +349,7 @@ struct QualityCommentItem { | ||
| 349 | /*分割线*/ | 349 | /*分割线*/ |
| 350 | Row() { | 350 | Row() { |
| 351 | 351 | ||
| 352 | - }.width('100%').margin({ top: 10, left: 0, right: 0 }).backgroundColor('#EDEDED').height(2.5); | 352 | + }.width('100%').margin({ top: 10, left: 0, right: 0 }).backgroundColor('#EDEDED').height(1); |
| 353 | 353 | ||
| 354 | /*文章或者评论*/ | 354 | /*文章或者评论*/ |
| 355 | Row() { | 355 | Row() { |
-
Please register or login to post a comment