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
liqing
2024-05-15 15:16:40 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
251f06ff452c1c8e5d2ac9576048d9d28edcb965
251f06ff
1 parent
0af193db
fix: 17569 UI还原问题-金刚位卡,字体间距调整
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
sight_harmony/features/wdComponent/src/main/ets/components/compview/ZhGridLayout03.ets
sight_harmony/features/wdComponent/src/main/ets/components/compview/ZhGridLayout03.ets
View file @
251f06f
...
...
@@ -59,12 +59,16 @@ export struct ZhGridLayout03 {
.backgroundColor(0xf5f5f5)
.width(44)
.aspectRatio(1 / 1)
.margin({
bottom: 16
})
// .margin({
// bottom: 16
// })
Text(item.newsTitle)
.fontSize(13)
.maxLines(1)
.margin({
top: 8,
bottom:9
})
.textOverflow({ overflow: TextOverflow.Ellipsis })
}
.width('100%')
...
...
Please
register
or
login
to post a comment