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
wangyujian_wd
2024-05-07 17:01:34 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
45273b906979542f5a98ddbe084a63989514618a
45273b90
1 parent
74924bcd
fix:1)直播详情样式修改优化
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
sight_harmony/features/wdDetailPlayLive/src/main/ets/widgets/details/video/TopPlayComponet.ets
sight_harmony/features/wdDetailPlayLive/src/main/ets/widgets/details/video/TopPlayComponet.ets
View file @
45273b9
...
...
@@ -54,11 +54,10 @@ export struct TopPlayComponent {
.height('100%')
.width('100%')
.visibility(this.isWait ? Visibility.None : Visibility.Visible)
Image('')
.backgroundImage(this.imgUrl)
Image(this.imgUrl)
.objectFit(ImageFit.Contain)
.visibility(this.isWait || this.isEnd ? Visibility.Visible : Visibility.None)
.
backdropBlur(this.isEnd ? 3 : 0
)
.
contrast(this.isEnd ? 0.2 : 1
)
PlayUIComponent({ playerController: this.playerController })
Text('直播已结束')
.fontSize('20fp')
...
...
Please
register
or
login
to post a comment