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-24 10:35:52 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3f22db88a54fee66969a5a694930e024db3f1e0b
3f22db88
1 parent
8a437ea1
fix: 17578 功能缺陷-【uat】进入沉浸式视频页,标题和昵称字体和android不一致
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
sight_harmony/features/wdDetailPlayShortVideo/src/main/ets/view/PlayerTitleView.ets
sight_harmony/features/wdDetailPlayShortVideo/src/main/ets/view/PlayerTitleView.ets
View file @
3f22db8
...
...
@@ -107,7 +107,7 @@ export struct PlayerTitleView {
Row() {
Text("@" + this.getName())
.fontColor(Color.White)
.fontSize(1
7
)
.fontSize(1
4
)
.maxLines(1)
.lineHeight(25)
.fontWeight(600)
...
...
@@ -115,7 +115,7 @@ export struct PlayerTitleView {
.textOverflow({ overflow: TextOverflow.Ellipsis })
if (this.getIcon()) {
Image(this.getIcon()).height(1
3).margin({ left: 4
})
Image(this.getIcon()).height(1
1).margin({ left: 4, top: 3
})
}
}.margin({ bottom: 8 })
...
...
@@ -126,7 +126,7 @@ export struct PlayerTitleView {
.fontSize(15)
.maxLines(3)
.lineHeight(20)
.fontWeight(
4
00)
.fontWeight(
6
00)
.fontFamily('PingFang SC-Regular')
.textOverflow({ overflow: TextOverflow.Ellipsis })
.margin({ bottom: 8 })
...
...
Please
register
or
login
to post a comment