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
wangyong_wd
2024-03-28 12:31:42 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
532939c2c5cd32cd528c7ac05f3e5a7623e65c78
532939c2
1 parent
a9b7c7fe
修复地方精选卡片,来源过长时样式展示问题
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
sight_harmony/features/wdComponent/src/main/ets/components/view/ZhSingleRow04.ets
sight_harmony/features/wdComponent/src/main/ets/components/view/ZhSingleRow04.ets
View file @
532939c
...
...
@@ -67,6 +67,9 @@ export struct ZhSingleRow04 {
Text(item.source)
.fontSize($r('app.float.font_size_12'))
.fontColor($r('app.color.color_B0B0B0'))
.layoutWeight(1)
.textOverflow({overflow: TextOverflow.Ellipsis})
.maxLines(1)
Image($r("app.media.point"))
.width(16)
.height(16)
...
...
Please
register
or
login
to post a comment