yangsunyue1_wd

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

... ... @@ -349,7 +349,7 @@ struct QualityCommentItem {
/*分割线*/
Row() {
}.width('100%').margin({ top: 10, left: 0, right: 0 }).backgroundColor('#EDEDED').height(2.5);
}.width('100%').margin({ top: 10, left: 0, right: 0 }).backgroundColor('#EDEDED').height(1);
/*文章或者评论*/
Row() {
... ...