Showing
1 changed file
with
5 additions
and
3 deletions
| @@ -32,8 +32,8 @@ import { CommentComponent } from '../components/comment/view/CommentComponent' | @@ -32,8 +32,8 @@ import { CommentComponent } from '../components/comment/view/CommentComponent' | ||
| 32 | import { HttpUtils } from 'wdNetwork/Index'; | 32 | import { HttpUtils } from 'wdNetwork/Index'; |
| 33 | import { viewBlogItemInsightIntentShare } from '../utils/InsightIntentShare' | 33 | import { viewBlogItemInsightIntentShare } from '../utils/InsightIntentShare' |
| 34 | import { common } from '@kit.AbilityKit'; | 34 | import { common } from '@kit.AbilityKit'; |
| 35 | -import { componentUtils, window } from '@kit.ArkUI'; | ||
| 36 | -import { TrackConstants, TrackingButton, TrackingContent, TrackingPageBrowse } from 'wdTracking/Index'; | 35 | +import { componentUtils } from '@kit.ArkUI'; |
| 36 | +import { TrackConstants, TrackingContent, TrackingPageBrowse } from 'wdTracking/Index'; | ||
| 37 | 37 | ||
| 38 | const PATTERN_DATE_CN_RN: string = 'yyyy年MM月dd日 HH:mm'; | 38 | const PATTERN_DATE_CN_RN: string = 'yyyy年MM月dd日 HH:mm'; |
| 39 | 39 | ||
| @@ -117,8 +117,10 @@ export struct ImageAndTextPageComponent { | @@ -117,8 +117,10 @@ export struct ImageAndTextPageComponent { | ||
| 117 | Text(NumberFormatterUtils.formatNumberWithWan(this.likeNum)) | 117 | Text(NumberFormatterUtils.formatNumberWithWan(this.likeNum)) |
| 118 | .fontSize(16) | 118 | .fontSize(16) |
| 119 | .fontColor(this.newsStatusOfUser?.likeStatus == '1' ? '#ED2800' : '#999999') | 119 | .fontColor(this.newsStatusOfUser?.likeStatus == '1' ? '#ED2800' : '#999999') |
| 120 | - .fontWeight(500) | 120 | + .fontFamily('PingFang SC-Regular') |
| 121 | + .fontWeight(400) | ||
| 121 | .margin({ left: 5 }) | 122 | .margin({ left: 5 }) |
| 123 | + .lineHeight(20) | ||
| 122 | } | 124 | } |
| 123 | } | 125 | } |
| 124 | .width(154) | 126 | .width(154) |
-
Please register or login to post a comment