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-07-23 11:07:30 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
69abeca4c17d16f04dc602aa0b20bb5e08fdb5b8
69abeca4
1 parent
5f25e1fa
fix: 视频播放,标题+导读 展示4行,鸿蒙实际展示3行并折行。
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 @
69abeca
...
...
@@ -161,7 +161,7 @@ export struct PlayerTitleView {
} else {
if(this.summary) {
Text() {
Span(this.clipText(this.summary, 14,
2
, this.windowWidth - 150 - vp2px(50)))
Span(this.clipText(this.summary, 14,
3
, this.windowWidth - 150 - vp2px(50)))
.fontSize(14)
.fontColor(Color.White)
.lineHeight(21)
...
...
Please
register
or
login
to post a comment