wangliang_wd

feat:优化早晚报语音播报间距,优化我的主页,优化分享

... ... @@ -327,7 +327,7 @@ export struct MorningEveningPaperComponent {
compListItem: this.compListItem,
})
.margin({
top: this.isHasTopView || this.audioPlayUrl.length > 0 ? 10 : 44+this.topSafeHeight
top: this.isHasTopView || this.audioPlayUrl.length > 0 ? 0 : 44+this.topSafeHeight
})
}
}
... ...
... ... @@ -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: 16 })
.padding({ left: 10 })
Column(){
... ...
... ... @@ -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")
}
})
}
... ...