liqing

fix: 17569 UI还原问题-金刚位卡,字体间距调整

... ... @@ -59,12 +59,16 @@ export struct ZhGridLayout03 {
.backgroundColor(0xf5f5f5)
.width(44)
.aspectRatio(1 / 1)
.margin({
bottom: 16
})
// .margin({
// bottom: 16
// })
Text(item.newsTitle)
.fontSize(13)
.maxLines(1)
.margin({
top: 8,
bottom:9
})
.textOverflow({ overflow: TextOverflow.Ellipsis })
}
.width('100%')
... ...