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-05-08 17:29:49 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f5e1cdf194d82ee83ac29fabab2ec6fc9113e54f
f5e1cdf1
1 parent
03c9d2af
fix: 16784 【穿越测试】大图卡稿件,标题超过2行,应省略号展示。
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/view/BigPicCardComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/view/BigPicCardComponent.ets
View file @
f5e1cdf
...
...
@@ -41,7 +41,7 @@ export struct BigPicCardComponent {
Text(this.compDTO.operDataList[0].newsTitle)
.fontSize(17)
.fontColor('#222222')
.maxLines(
3
)
.maxLines(
2
)
.textOverflow({ overflow: TextOverflow.Ellipsis })// 超出的部分显示省略号。
.align(Alignment.Start)
//大图
...
...
Please
register
or
login
to post a comment