yangsunyue1_wd

feat:精选评论卡-列表_分割线不该为粗线条问题修复

@@ -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() {