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
zhangfengjin
2024-05-14 21:51:47 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
adeaf898b03657f3a91a1520384657a3baa54b67
adeaf898
1 parent
a483fff7
fix: 17060 UI还原问题-【uat】-列流小视频,一行两图卡字体大小调整
Hide 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/ZhGridLayout02.ets
sight_harmony/features/wdComponent/src/main/ets/components/compview/ZhGridLayout02.ets
View file @
adeaf89
...
...
@@ -107,7 +107,7 @@ export struct ZhGridLayout02 {
.borderRadius(4)
Text(item.newsTitle)
.margin({top:'5'})
.fontSize(1
2
)
.fontSize(1
3
)
.maxLines(2)
.textOverflow({ overflow: TextOverflow.Ellipsis })
}
...
...
Please
register
or
login
to post a comment