|
|
@@ -99,16 +99,16 @@
|
|
|
}];
|
|
|
|
|
|
rightRedView = [[UIView alloc] init];
|
|
|
- rightRedView.backgroundColor = [UIColor redColor];
|
|
|
+ rightRedView.backgroundColor = [UIColor hwColor:@"#DD4E4E" alpha:1.0];
|
|
|
[rightButton addSubview:rightRedView];
|
|
|
- rightRedView.layer.cornerRadius = 6;
|
|
|
+ rightRedView.layer.cornerRadius = 7;
|
|
|
rightRedView.hidden = YES;
|
|
|
|
|
|
[rightRedView mas_makeConstraints:^(MASConstraintMaker *make) {
|
|
|
- make.width.mas_equalTo(12);
|
|
|
- make.height.mas_equalTo(12);
|
|
|
- make.right.mas_equalTo(-10);
|
|
|
- make.top.mas_equalTo(8);
|
|
|
+ make.width.mas_equalTo(14);
|
|
|
+ make.height.mas_equalTo(14);
|
|
|
+ make.right.mas_equalTo(-6);
|
|
|
+ make.top.mas_equalTo(6);
|
|
|
}];
|
|
|
|
|
|
[self.view addSubview:self.tableView];
|