Commit 1c1b42e0cf98769cd6e10295707f795c970de163

Authored by zhangxiaowen
1 parent b09e315e

no message

CNLiveIntegralModule/Classes/Controller/CNLiveTaskListController.m
@@ -367,7 +367,7 @@ @@ -367,7 +367,7 @@
367 UILabel *title = [[UILabel alloc]initWithFrame:CGRectMake(15, 0, SCREEN_WIDTH-30, 45)]; 367 UILabel *title = [[UILabel alloc]initWithFrame:CGRectMake(15, 0, SCREEN_WIDTH-30, 45)];
368 title.text = arr[section]; 368 title.text = arr[section];
369 title.textColor = [UIColor blackColor]; 369 title.textColor = [UIColor blackColor];
370 - title.font = [UIFont systemFontOfSize:15.0]; 370 + title.font = [UIFont systemFontOfSize:16.0];
371 [view addSubview:title]; 371 [view addSubview:title];
372 return view; 372 return view;
373 } 373 }