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 {
build() {
Row() {
Row() {
if (this.item.expanded) {
Row() {
Text().backgroundColor($r('app.color.color_EDEDED')).width(24).height(1)
... ... @@ -619,7 +620,11 @@ struct footerExpandedView {
fetchChildContentCommentList(this.contentId, this.contentType, this.item)
})
}
}.height(30)
}.height(20)
// .backgroundColor(Color.Green)
}.height(24)
.alignItems(VerticalAlign.Top)
// .backgroundColor(Color.Gray)
}
}
... ...