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-19 17:28:35 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
72898361527d4823b4524df1621e212395c7edc1
72898361
1 parent
cbca1c72
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/vertical/PlayerEndView.ets
sight_harmony/features/wdDetailPlayLive/src/main/ets/widgets/vertical/PlayerEndView.ets
View file @
7289836
...
...
@@ -135,7 +135,7 @@ export struct PlayerEndView {
}
}
.padding({ top: this.contentDetailData.rmhInfo == null ? 26 : 16 })
Text('').width(1).height(32).margin({ left: 36, right: 36 }).backgroundColor('#33FFFFFF')
Text('').width(1).height(32).margin({ left: 36, right: 36
,top:this.contentDetailData.rmhInfo == null ? 26 : 16
}).backgroundColor('#33FFFFFF')
}
if (this.contentDetailData.rmhInfo != null) {
Row() {
...
...
Please
register
or
login
to post a comment