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-08-09 17:52:55 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1888fe4f937f522e11814e708ce2b8ae0d722e97
1888fe4f
1 parent
61924eb2
fix |> 修复直播结束页面,不存在人民号信息时,有人民号头像边框问题
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
sight_harmony/features/wdDetailPlayLive/src/main/ets/widgets/vertical/PlayerEndView.ets
sight_harmony/features/wdDetailPlayLive/src/main/ets/widgets/vertical/PlayerEndView.ets
View file @
1888fe4
...
...
@@ -136,7 +136,7 @@ export struct PlayerEndView {
.height(254)
.backgroundColor('#999999')
.borderRadius(4)
if (this.contentDetailData.rmhInfo != null) {
Image(this.contentDetailData.rmhInfo?.rmhHeadUrl)
.width(80)
.height(80)
...
...
@@ -147,6 +147,7 @@ export struct PlayerEndView {
.position({ x: '50%', y: 0 })
.markAnchor({ x: '50%', y: '50%' })
}
}
.width(307)
.padding({ top: 40 })
...
...
Please
register
or
login
to post a comment