This commit is contained in:
启星
2025-08-15 18:39:24 +08:00
parent e33abc7e33
commit 4b577a31f0
449 changed files with 520 additions and 1457 deletions

View File

@@ -25,14 +25,14 @@
[self addSubview:self.titleLbl];
[self.iconBtn mas_makeConstraints:^(MASConstraintMaker *make) {
make.centerX.equalTo(self);
make.top.equalTo(self.mas_top).offset(-1);
make.height.width.mas_equalTo(32);
make.top.equalTo(self.mas_top).offset(6);
make.height.width.mas_equalTo(24);
}];
[self.titleLbl mas_makeConstraints:^(MASConstraintMaker *make) {
make.centerX.equalTo(self);
make.top.equalTo(self.iconBtn.mas_bottom).offset(0);
make.top.equalTo(self.iconBtn.mas_bottom).offset(2);
make.left.right.equalTo(self);
make.height.mas_equalTo(12);
}];