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-19 19:48:38 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2042482c27432a8c79cc00386976d41c1e55aa64
2042482c
1 parent
14e1fae9
早晚报音频组件一多适配
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
sight_harmony/features/wdComponent/src/main/ets/components/MorningEveningPaper/MorningEveningPaperComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/MorningEveningPaper/MorningEveningPaperComponent.ets
View file @
2042482
...
...
@@ -274,7 +274,7 @@ export struct MorningEveningPaperComponent {
this.AudioBarView()
}
.margin({
top: this.isHasTopView ? 10 : 44
+
this.topSafeHeight
top: this.isHasTopView ? 10 : 44
+
this.topSafeHeight
})
}
...
...
@@ -327,8 +327,8 @@ export struct MorningEveningPaperComponent {
Stack({ alignContent: Alignment.Start }) {
Image($r('app.media.listen_left_bg'))
.width('100%')
.height('100%')
.objectFit(ImageFit.Contain)
// .height('100%')
.objectFit(ImageFit.Fill)
Image($r('app.media.icon_listen'))
.width(20)
.height(20)
...
...
Please
register
or
login
to post a comment