zhangfengjin

fix: 17097/17098 UI还原问题-【uat】-双列流小视频,一行两图卡上下间距调整

... ... @@ -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 })
}
... ...