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
chenjun
2024-08-30 16:14:38 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
388db238f6a99dc85c7bdf6de0ce8c27aa4a2a62
388db238
1 parent
930ac2d4
第四行截取微调
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 @
388db23
...
...
@@ -283,7 +283,7 @@ export struct PlayerTitleView {
@Builder
titleBuilder() {
Text() {
Span(this.clipTitleText(this.getTitle(), 16, 4, this.windowWidth -
234
- vp2px(50)))
Span(this.clipTitleText(this.getTitle(), 16, 4, this.windowWidth -
160
- vp2px(50)))
.fontSize(16)
.fontColor(Color.White)
.lineHeight(22)
...
...
Please
register
or
login
to post a comment