This commit is contained in:
2025-12-19 22:00:52 +08:00
parent d612346db5
commit 9cdd024ce2
3 changed files with 8 additions and 7 deletions

View File

@@ -57,7 +57,7 @@
[self.topBar mas_makeConstraints:^(MASConstraintMaker *make) {
make.left.right.equalTo(self);
make.top.equalTo(self.mas_top).offset(0);
make.bottom.equalTo(self.keyboardView.mas_top).offset(-barSpacing);
make.bottom.equalTo(self.keyboardView.mas_top).offset(0);
}];
// /
}