xugenyuan

fix |> 稿件详情,热门评论与最新评论的分割线高度不够,较细

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

Signed-off-by: xugenyuan <xugenyuan@wondertek.com.cn>
... ... @@ -641,7 +641,7 @@ export struct DynamicDetailComponent {
// 评论
if (this.contentDetailData?.openComment) {
Divider().strokeWidth(6).color('#f5f5f5').margin({ top: $r('app.float.margin_24') })
Divider().strokeWidth(8).color('#f5f5f5').margin({ top: $r('app.float.margin_24') })
CommentComponent({
publishCommentModel: this.publishCommentModel
})
... ...
... ... @@ -190,12 +190,12 @@ export struct ImageAndTextPageComponent {
.justifyContent(FlexAlign.Center)
}
if (this.recommendList.length > 0) {
Divider().strokeWidth(6).color('#f5f5f5')
Divider().strokeWidth(8).color('#f5f5f5')
RecommendList({ recommendList: this.recommendList })
}
// 评论
if (this.contentDetailData?.openComment) {
Divider().strokeWidth(6).color('#f5f5f5')
Divider().strokeWidth(8).color('#f5f5f5')
CommentComponent({
publishCommentModel: this.publishCommentModel,
fixedHeightMode: false,
... ...
... ... @@ -132,7 +132,7 @@ export struct CommentComponent {
Column() {
if (showGapLine) {
Blank().height(12)
Divider().strokeWidth(6).color('#f5f5f5')
Divider().strokeWidth(8).color('#f5f5f5')
}
Row() {
... ...