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-26 15:02:27 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9ba7ddb5956840dfb3f3137f6c65c3963b9b8518
9ba7ddb5
1 parent
ed64f423
fix(17087): 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/details/video/PlayUIComponent.ets
sight_harmony/features/wdDetailPlayLive/src/main/ets/widgets/details/video/PlayUIComponent.ets
View file @
9ba7ddb
...
...
@@ -290,7 +290,7 @@ export struct PlayUIComponent {
.fontWeight(600)
.fontSize('12fp')
.margin({
left:
16
left:
20
})
}
...
...
@@ -308,7 +308,7 @@ export struct PlayUIComponent {
.fontWeight(600)
.fontSize('12fp')
.margin({
right:
16
right:
20
})
}
...
...
Please
register
or
login
to post a comment