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-08-21 16:36:23 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5a95648bae8e933f5a84bdb8af03eeecabffb305
5a95648b
1 parent
5368b896
feat:优化早晚报和电子报UI
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
sight_harmony/features/wdComponent/src/main/ets/components/MorningEveningPaper/MorningEveningPaperComponent.ets
sight_harmony/features/wdComponent/src/main/ets/dialog/ENewspaperListDialog.ets
sight_harmony/features/wdComponent/src/main/ets/components/MorningEveningPaper/MorningEveningPaperComponent.ets
View file @
5a95648
...
...
@@ -379,7 +379,7 @@ export struct MorningEveningPaperComponent {
Image(this.currentStatus === PlayerConstants.STATUS_START ? $r("app.media.icon_audio_pause_svg") : $r("app.media.icon_audio_playing_svg"))
.width(20)
.height(20)
.margin({ left:
10
})// .alignSelf(ItemAlign.Center)
.margin({ left:
this.currentStatus === PlayerConstants.STATUS_START ?6:9
})// .alignSelf(ItemAlign.Center)
.objectFit(ImageFit.Contain)
.onClick(() => {
console.log("TAG", "cj compInfoBean onClick1 = " + this.isAudioPlaying)
...
...
sight_harmony/features/wdComponent/src/main/ets/dialog/ENewspaperListDialog.ets
View file @
5a95648
...
...
@@ -194,8 +194,8 @@ export struct ENewspaperListDialog {
Column() {
if (positionItem.shortTitle) {
Text(positionItem.shortTitle)
.fontSize($r('app.float.font_size_17'))
.lineHeight(25)
.fontSize($r('app.float.font_size_14'))
.lineHeight(21)
.fontColor($r('app.color.color_222222'))
.fontWeight(600)// .maxLines(2)
.margin({
...
...
@@ -205,9 +205,10 @@ export struct ENewspaperListDialog {
if (positionItem.title) {
Text(positionItem.title)
.fontSize($r('app.float.font_size_1
6
'))
.fontSize($r('app.float.font_size_1
7
'))
.fontColor($r('app.color.color_222222'))
.fontWeight(600)
.lineHeight(25)
.margin({
bottom: 8
})
...
...
Please
register
or
login
to post a comment