Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
陈剑华
2024-09-25 10:00:45 +0800
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
24491c47b2517b34c589b225cf9d674bb11a503a
24491c47
2 parents
8cf9d6e0
63e47b9c
Merge remote-tracking branch 'origin/main'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/ImageAndTextPageComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/ImageAndTextPageComponent.ets
View file @
24491c4
...
...
@@ -189,7 +189,7 @@ export struct ImageAndTextPageComponent {
Column(){
Divider().strokeWidth(8).color('#f5f5f5')
RecommendList({ recommendList: this.recommendList })
}.padding({bottom:this.contentDetailData?.openComment ? 0 : 44 })
}.padding({bottom:this.contentDetailData?.openComment ? 0 : 44
+ 8
})
}
// 评论
if (this.contentDetailData?.openComment) {
...
...
Please
register
or
login
to post a comment