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
yumaochao
2024-05-17 15:57:33 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1a4d129ebce48518c780dd9d573ea8b8be9e4f2e
1a4d129e
1 parent
8e452dd3
fix:somebug
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
sight_harmony/features/wdDetailPlayShortVideo/src/main/ets/pages/DetailVideoListPage.ets
sight_harmony/features/wdDetailPlayShortVideo/src/main/ets/pages/DetailVideoListPage.ets
View file @
1a4d129
...
...
@@ -184,7 +184,7 @@ export struct DetailVideoListPage {
center: { anchor: "__container__", align: VerticalAlign.Center },
middle: { anchor: "__container__", align: HorizontalAlign.Center }
})
}
}
else{
Column() {
Swiper(this.swiperController) {
ForEach(this.data, (item: ContentDetailDTO, index: number) => {
...
...
@@ -219,6 +219,8 @@ export struct DetailVideoListPage {
// .padding({
// bottom: this.bottomSafeHeight + 'px'
// })
}
}
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment