zhangfengjin

fix: 17060 UI还原问题-【uat】-列流小视频,一行两图卡字体大小调整

... ... @@ -107,7 +107,7 @@ export struct ZhGridLayout02 {
.borderRadius(4)
Text(item.newsTitle)
.margin({top:'5'})
.fontSize(12)
.fontSize(13)
.maxLines(2)
.textOverflow({ overflow: TextOverflow.Ellipsis })
}
... ...