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
wuyanan
2024-09-24 18:21:25 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
32cb0cd3fda1f8760ad7a218785c3466e42af720
32cb0cd3
1 parent
19e88130
ref |> 调整横屏直播详情标题循环滚动次数
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/features/wdDetailPlayLive/src/main/ets/widgets/details/video/PlayUIComponent.ets
sight_harmony/features/wdDetailPlayLive/src/main/ets/widgets/details/video/PlayUIComponent.ets
View file @
32cb0cd
...
...
@@ -132,7 +132,7 @@ export struct PlayUIComponent {
//标题
Marquee({
start:true,
loop: 1,
loop:
-
1,
src:this.contentDetailData.newsTitle
})
.fontSize(this.displayDirection == DisplayDirection.VIDEO_HORIZONTAL ? '18vp' : '16vp')
...
...
Please
register
or
login
to post a comment