xugenyuan

ref |> 热门评论-查看更多回复,与评论信息间距过大

http://192.168.1.3:8080/zentao/bug-view-20065.html

Signed-off-by: xugenyuan <xugenyuan@wondertek.com.cn>
@@ -578,6 +578,7 @@ struct footerExpandedView { @@ -578,6 +578,7 @@ struct footerExpandedView {
578 578
579 build() { 579 build() {
580 Row() { 580 Row() {
  581 + Row() {
581 if (this.item.expanded) { 582 if (this.item.expanded) {
582 Row() { 583 Row() {
583 Text().backgroundColor($r('app.color.color_EDEDED')).width(24).height(1) 584 Text().backgroundColor($r('app.color.color_EDEDED')).width(24).height(1)
@@ -619,7 +620,11 @@ struct footerExpandedView { @@ -619,7 +620,11 @@ struct footerExpandedView {
619 fetchChildContentCommentList(this.contentId, this.contentType, this.item) 620 fetchChildContentCommentList(this.contentId, this.contentType, this.item)
620 }) 621 })
621 } 622 }
622 - }.height(30) 623 + }.height(20)
  624 + // .backgroundColor(Color.Green)
  625 + }.height(24)
  626 + .alignItems(VerticalAlign.Top)
  627 + // .backgroundColor(Color.Gray)
623 } 628 }
624 } 629 }
625 630