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-12 17:39:20 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
24c73f5f671c1eaa89d53a0d7e23641acc3412a6
24c73f5f
1 parent
80970c11
fix: 18511 UI还原问题-【uat】地方精选卡,出版方名称超过一行没有省略显示
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/compview/ZhSingleRow04.ets
sight_harmony/features/wdComponent/src/main/ets/components/compview/ZhSingleRow04.ets
View file @
24c73f5
...
...
@@ -117,7 +117,7 @@ struct localCard {
.fontSize($r('app.float.font_size_18'))
.fontColor('#000000')
.align(Alignment.TopStart)
.maxLines(
3
)
.maxLines(
1
)
.textOverflow({ overflow: TextOverflow.Ellipsis })
.lineHeight(25)
.fontWeight(500)
...
...
Please
register
or
login
to post a comment