1
This commit is contained in:
@@ -38,8 +38,8 @@
|
||||
|
||||
// 布局约束
|
||||
[self.timeLabel mas_makeConstraints:^(MASConstraintMaker *make) {
|
||||
make.top.equalTo(self.contentView).offset(8);
|
||||
make.bottom.equalTo(self.contentView).offset(-8);
|
||||
make.top.equalTo(self.contentView).offset(1);
|
||||
make.bottom.equalTo(self.contentView).offset(-1);
|
||||
make.centerX.equalTo(self.contentView);
|
||||
}];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user