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-06-25 17:06:46 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d043a38c2aa7853d2bf0e628c1a0f3b74b150f3f
d043a38c
1 parent
eb8aae89
fix: 17107 UI还原问题-进入视频全屏,回看间距和字体问题
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
sight_harmony/features/wdDetailPlayLive/src/main/ets/widgets/vertical/PlayerTitleComponent.ets
sight_harmony/features/wdDetailPlayLive/src/main/ets/widgets/vertical/PlayerTitleComponent.ets
View file @
d043a38
...
...
@@ -85,6 +85,7 @@ export struct PlayerTitleComponent {
Row() {
this.getLiveStatusView()
}
.margin({left: this.contentDetailData.rmhInfo?.rmhName ? 0 : 34})
}
.width('100%')
...
...
@@ -148,12 +149,11 @@ export struct PlayerTitleComponent {
.backgroundColor('#4D000000')
.borderRadius(2)
.padding(this.liveState == 'running' ? {
left:
this.contentDetailData.rmhInfo?.rmhName ? 0 : 34
,
left:
0
,
right: 4,
top: 0,
bottom: 0
} : 4)
// .margin({left: this.contentDetailData.rmhInfo?.rmhName ? 0 : 34})
}
}
}
...
...
Please
register
or
login
to post a comment