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-14 17:07:03 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8b1f6750e871e592ac27c80ccb9e184c173824a0
8b1f6750
1 parent
df39d4fd
fix: 18511 UI还原问题-【uat】地方精选卡,出版方名称超过一行没有省略显示
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 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 @
8b1f675
...
...
@@ -110,6 +110,7 @@ struct localCard {
.margin({ bottom: 6 })
.flexShrink(0)
.maxLines(1)
.textOverflow({ overflow: TextOverflow.Ellipsis })
Text(this.operDataListItem.newsTitle)
.width(CommonConstants.FULL_PARENT)
...
...
Please
register
or
login
to post a comment