Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -189,7 +189,7 @@ export struct ImageAndTextPageComponent { | @@ -189,7 +189,7 @@ export struct ImageAndTextPageComponent { | ||
| 189 | Column(){ | 189 | Column(){ |
| 190 | Divider().strokeWidth(8).color('#f5f5f5') | 190 | Divider().strokeWidth(8).color('#f5f5f5') |
| 191 | RecommendList({ recommendList: this.recommendList }) | 191 | RecommendList({ recommendList: this.recommendList }) |
| 192 | - }.padding({bottom:this.contentDetailData?.openComment ? 0 : 44 }) | 192 | + }.padding({bottom:this.contentDetailData?.openComment ? 0 : 44 + 8 }) |
| 193 | } | 193 | } |
| 194 | // 评论 | 194 | // 评论 |
| 195 | if (this.contentDetailData?.openComment) { | 195 | if (this.contentDetailData?.openComment) { |
-
Please register or login to post a comment