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

@@ -202,7 +202,7 @@
[self.tagListView mas_makeConstraints:^(MASConstraintMaker *make) {
make.left.equalTo(self.pasteViewInternal);
make.right.equalTo(self.rightButtonContainer.mas_left).offset(-vSpace);
make.top.equalTo(self.pasteViewInternal.mas_bottom).offset(0);
make.top.equalTo(self.pasteViewInternal.mas_bottom).offset(vSpace);
make.bottom.equalTo(self.mas_bottom).offset(0);
}];
}