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
wangliang_wd
2024-09-23 10:36:07 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5fdeaab708033c65cdb9b2271ef3b376ef066243
5fdeaab7
1 parent
a98ff8c6
feat:优化早晚报UI展示
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 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 @
5fdeaab
...
...
@@ -339,7 +339,7 @@ export struct MorningEveningPaperComponent {
compListItem: this.compListItem,
})
.margin({
top: this.isHasTopView || this.audioPlayUrl.length > 0 ? 0 : 44+this.topSafeHeight
top: this.isHasTopView || this.audioPlayUrl.length > 0 ?
1
0 : 44+this.topSafeHeight
})
}
}
...
...
@@ -429,7 +429,7 @@ export struct MorningEveningPaperComponent {
})
}
.margin({ left: 12, right: 12 })
.height(
5
6)
.height(
3
6)
.alignItems(VerticalAlign.Center)
.justifyContent(FlexAlign.SpaceBetween)
}
...
...
Please
register
or
login
to post a comment