陈剑华

fix: 17358 UI还原问题-【uat】精选评论卡-时间字体偏大

@@ -91,7 +91,7 @@ export struct ZhSingleRow06 { @@ -91,7 +91,7 @@ export struct ZhSingleRow06 {
91 91
92 Row() { 92 Row() {
93 Text(DateTimeUtils.getCommentTime(this.compDTO.operDataList[0]?.commentInfo?.publishTime)) 93 Text(DateTimeUtils.getCommentTime(this.compDTO.operDataList[0]?.commentInfo?.publishTime))
94 - .fontSize(14) 94 + .fontSize(12)
95 .fontColor(0x999999) 95 .fontColor(0x999999)
96 96
97 Row(){ 97 Row(){