Marino Faggiana 8 年之前
父节点
当前提交
febd9f76cf
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      iOSClient/MenuAccount+ControlCenter/CCControlCenterActivity.m

+ 2 - 0
iOSClient/MenuAccount+ControlCenter/CCControlCenterActivity.m

@@ -145,9 +145,11 @@
         UILabel *dataLabel = (UILabel *)[headerView viewWithTag:100];
         UILabel *subjectLabel = (UILabel *)[headerView viewWithTag:101];
         
+        [dataLabel setFont:[UIFont fontWithName:@"System" size:12]];
         dataLabel.textColor = COLOR_TEXT_ANTHRACITE;
         dataLabel.text =  [CCUtility getTitleSectionDate:date];
         
+        [subjectLabel setFont:[UIFont fontWithName:@"System" size:12]];
         subjectLabel.textColor = COLOR_TEXT_ANTHRACITE;
         subjectLabel.text = activity.subject;