陈剑华

fix: 17294 UI还原问题-【uat】地方精选卡,标题字体和android不一致

... ... @@ -108,6 +108,7 @@ struct localCard {
.textOverflow({ overflow: TextOverflow.Ellipsis })
.lineHeight(20)
.margin({bottom: 17})
.fontWeight(500)
Row() {
Text(DateTimeUtils.getCommentTime(Number.parseFloat(this.operDataListItem.publishTime)))
.fontSize($r("app.float.font_size_12"))
... ...