fix |> 稿件详情,热门评论与最新评论的分割线高度不够,较细
http://192.168.1.3:8080/zentao/bug-view-20103.html Signed-off-by: xugenyuan <xugenyuan@wondertek.com.cn>
Showing
3 changed files
with
4 additions
and
4 deletions
| @@ -641,7 +641,7 @@ export struct DynamicDetailComponent { | @@ -641,7 +641,7 @@ export struct DynamicDetailComponent { | ||
| 641 | 641 | ||
| 642 | // 评论 | 642 | // 评论 |
| 643 | if (this.contentDetailData?.openComment) { | 643 | if (this.contentDetailData?.openComment) { |
| 644 | - Divider().strokeWidth(6).color('#f5f5f5').margin({ top: $r('app.float.margin_24') }) | 644 | + Divider().strokeWidth(8).color('#f5f5f5').margin({ top: $r('app.float.margin_24') }) |
| 645 | CommentComponent({ | 645 | CommentComponent({ |
| 646 | publishCommentModel: this.publishCommentModel | 646 | publishCommentModel: this.publishCommentModel |
| 647 | }) | 647 | }) |
| @@ -190,12 +190,12 @@ export struct ImageAndTextPageComponent { | @@ -190,12 +190,12 @@ export struct ImageAndTextPageComponent { | ||
| 190 | .justifyContent(FlexAlign.Center) | 190 | .justifyContent(FlexAlign.Center) |
| 191 | } | 191 | } |
| 192 | if (this.recommendList.length > 0) { | 192 | if (this.recommendList.length > 0) { |
| 193 | - Divider().strokeWidth(6).color('#f5f5f5') | 193 | + Divider().strokeWidth(8).color('#f5f5f5') |
| 194 | RecommendList({ recommendList: this.recommendList }) | 194 | RecommendList({ recommendList: this.recommendList }) |
| 195 | } | 195 | } |
| 196 | // 评论 | 196 | // 评论 |
| 197 | if (this.contentDetailData?.openComment) { | 197 | if (this.contentDetailData?.openComment) { |
| 198 | - Divider().strokeWidth(6).color('#f5f5f5') | 198 | + Divider().strokeWidth(8).color('#f5f5f5') |
| 199 | CommentComponent({ | 199 | CommentComponent({ |
| 200 | publishCommentModel: this.publishCommentModel, | 200 | publishCommentModel: this.publishCommentModel, |
| 201 | fixedHeightMode: false, | 201 | fixedHeightMode: false, |
| @@ -132,7 +132,7 @@ export struct CommentComponent { | @@ -132,7 +132,7 @@ export struct CommentComponent { | ||
| 132 | Column() { | 132 | Column() { |
| 133 | if (showGapLine) { | 133 | if (showGapLine) { |
| 134 | Blank().height(12) | 134 | Blank().height(12) |
| 135 | - Divider().strokeWidth(6).color('#f5f5f5') | 135 | + Divider().strokeWidth(8).color('#f5f5f5') |
| 136 | } | 136 | } |
| 137 | 137 | ||
| 138 | Row() { | 138 | Row() { |
-
Please register or login to post a comment