zhangfengjin

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

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