wangwei преди 5 години
родител
ревизия
3d3557af98
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      CAISHEN/SellPhone2/Home/HomePage/Controller/KXSPHomeViewController.m

+ 1 - 1
CAISHEN/SellPhone2/Home/HomePage/Controller/KXSPHomeViewController.m

@@ -50,7 +50,7 @@ static NSString *cellID = @"cellID";
50 50
         [_headerView setBackgroundColor:[UIColor colorWithPatternImage:bgImg]];
51 51
         
52 52
         //图片
53
-        UIImageView *topImg = [[UIImageView alloc] initWithFrame:CGRectMake(13, 15, SCREEN_WIDTH-26, 150)];
53
+        UIImageView *topImg = [[UIImageView alloc] initWithFrame:CGRectMake(13, 5, SCREEN_WIDTH-26, 170)];
54 54
         topImg.image = [UIImage imageNamed:@"icon_check_ home_banner"];
55 55
         topImg.layer.masksToBounds = YES;
56 56
         topImg.layer.cornerRadius = 10.0;