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-21 17:27:42 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
49a62dd6767d348cf722ad21298f3dd2e69d3374
49a62dd6
1 parent
487fe49d
fix |> 修复竖屏直播详情直播状态标签与标题没有左对齐问题
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/PlayerTitleComponent.ets
sight_harmony/features/wdDetailPlayLive/src/main/ets/widgets/vertical/PlayerTitleComponent.ets
View file @
49a62dd
...
...
@@ -88,7 +88,7 @@ export struct PlayerTitleComponent {
Row() {
this.getLiveStatusView()
}
.margin({left: this.
contentDetailData.rmhInfo?.rmhName ? 0 : 34
})
.margin({left: this.
isLarge && this.displayDirection == DisplayDirection.VIDEO_HORIZONTAL ? 34 : 0
})
}
.width('100%')
...
...
Please
register
or
login
to post a comment