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 17:24:10 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
259ec14492ac83184813b57fb75a2fffcd0377c0
259ec144
1 parent
251f06ff
fix: 17566 UI还原问题-双列流小卡,运营位间距调整
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
sight_harmony/features/wdComponent/src/main/ets/components/compview/ZhGridLayout02.ets
sight_harmony/features/wdComponent/src/main/ets/components/compview/ZhGridLayout03.ets
sight_harmony/features/wdComponent/src/main/ets/components/compview/ZhGridLayout02.ets
View file @
259ec14
...
...
@@ -54,7 +54,7 @@ export struct ZhGridLayout02 {
.width(CommonConstants.FULL_WIDTH)
GridRow({
gutter: { x: 12, y: 1
5
},
gutter: { x: 12, y: 1
3
},
columns: { sm: listSize, md: 2 },
breakpoints: { value: ['320vp', '520vp', '840vp'] }
}) {
...
...
@@ -106,7 +106,7 @@ export struct ZhGridLayout02 {
.height(95)
.borderRadius(4)
Text(item.newsTitle)
.margin({top:'
5
'})
.margin({top:'
6
'})
.fontSize(13)
.maxLines(2)
.textOverflow({ overflow: TextOverflow.Ellipsis })
...
...
sight_harmony/features/wdComponent/src/main/ets/components/compview/ZhGridLayout03.ets
View file @
259ec14
...
...
@@ -67,7 +67,7 @@ export struct ZhGridLayout03 {
.maxLines(1)
.margin({
top: 8,
bottom:
9
bottom:
11
})
.textOverflow({ overflow: TextOverflow.Ellipsis })
}
...
...
Please
register
or
login
to post a comment