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-18 15:29:44 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
789f5f17e17641b8d65f9a1d379cb81607456fb3
789f5f17
1 parent
cba0d6b1
feat:优化早晚报语音播报间距,优化我的主页,优化分享
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
sight_harmony/features/wdComponent/src/main/ets/components/MorningEveningPaper/MorningEveningPaperComponent.ets
sight_harmony/features/wdComponent/src/main/ets/pages/MineHomePage.ets
sight_harmony/features/wdShare/src/main/ets/WDShare.ets
sight_harmony/features/wdComponent/src/main/ets/components/MorningEveningPaper/MorningEveningPaperComponent.ets
View file @
789f5f1
...
...
@@ -327,7 +327,7 @@ export struct MorningEveningPaperComponent {
compListItem: this.compListItem,
})
.margin({
top: this.isHasTopView || this.audioPlayUrl.length > 0 ?
1
0 : 44+this.topSafeHeight
top: this.isHasTopView || this.audioPlayUrl.length > 0 ? 0 : 44+this.topSafeHeight
})
}
}
...
...
sight_harmony/features/wdComponent/src/main/ets/pages/MineHomePage.ets
View file @
789f5f1
...
...
@@ -122,11 +122,12 @@ struct MineHomePage {
Row() {
Text(`${this.userName}`)
.fontColor($r('app.color.white'))
.maxLines(
1
)
.maxLines(
2
)
.textOverflow({ overflow: TextOverflow.Ellipsis })
.fontSize(20)
.lineHeight(26)
.fontWeight(500)
.constraintSize({maxWidth:180})
.onClick(()=>{
let params: editModelParams = {
editContent: this.userName
...
...
@@ -206,7 +207,7 @@ struct MineHomePage {
.backgroundColor($r('app.color.color_transparent'))
.height(86)
.width('100%')
.padding({ left: 1
6
})
.padding({ left: 1
0
})
Column(){
...
...
sight_harmony/features/wdShare/src/main/ets/WDShare.ets
View file @
789f5f1
...
...
@@ -39,6 +39,7 @@ export class WDShare {
desc: program.shareInfo.shareSummary,
link: program.shareInfo.shareUrl,
deeplink:AppInnerLinkGenerator.generateDeepLinkWithProgram(program),
posterImg:$r("app.media.test_share_poster")
}
})
}
...
...
Please
register
or
login
to post a comment