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 20:33:39 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
24b3680fa81749a31f7d77461aca0b11bac9cdd4
24b3680f
1 parent
c75a6833
fix: 17097/17098 UI还原问题-【uat】-双列流小视频,一行两图卡上下间距调整
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
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/ZhGridLayout02.ets
View file @
24b3680
...
...
@@ -50,12 +50,11 @@ export struct ZhGridLayout02 {
.fontWeight(600)
}
.justifyContent(FlexAlign.Start)
.margin({ top: 8, bottom: 8 })
.width(CommonConstants.FULL_WIDTH)
GridRow({
gutter: { x: 12, y:
22
},
gutter: { x: 12, y:
15
},
columns: { sm: listSize, md: 2 },
breakpoints: { value: ['320vp', '520vp', '840vp'] }
}) {
...
...
@@ -107,7 +106,8 @@ export struct ZhGridLayout02 {
.height(95)
.borderRadius(4)
Text(item.newsTitle)
.fontSize(13)
.margin({top:'5'})
.fontSize(12)
.maxLines(2)
.textOverflow({ overflow: TextOverflow.Ellipsis })
}
...
...
Please
register
or
login
to post a comment