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:34:02 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5835effab3e8e1aff8bb0282f9d0785fb78a3ba4
5835effa
1 parent
4844b250
fix: 17007 UI还原问题--视频直播,标题、图标、字体大小,字体和android不一致
Show 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 @
5835eff
...
...
@@ -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