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-06-24 09:56:55 +0800
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
8f4f90da17210bb6b9b085fc2d89cd759663ab9b
8f4f90da
2 parents
16f28ec1
fced7882
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/wdDetailPlayShortVideo/src/main/ets/view/PlayerTitleView.ets
sight_harmony/features/wdDetailPlayShortVideo/src/main/ets/view/PlayerTitleView.ets
View file @
8f4f90d
...
...
@@ -115,7 +115,7 @@ export struct PlayerTitleView {
.textOverflow({ overflow: TextOverflow.Ellipsis })
if (this.getIcon()) {
Image(this.getIcon()).height(1
0
).margin({ left: 4 })
Image(this.getIcon()).height(1
3
).margin({ left: 4 })
}
}.margin({ bottom: 8 })
...
...
Please
register
or
login
to post a comment