liqing

fix: 17566 UI还原问题-双列流小卡,运营位间距调整

... ... @@ -54,7 +54,7 @@ export struct ZhGridLayout02 {
.width(CommonConstants.FULL_WIDTH)
GridRow({
gutter: { x: 12, y: 15 },
gutter: { x: 12, y: 13 },
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 })
... ...
... ... @@ -67,7 +67,7 @@ export struct ZhGridLayout03 {
.maxLines(1)
.margin({
top: 8,
bottom:9
bottom:11
})
.textOverflow({ overflow: TextOverflow.Ellipsis })
}
... ...