修改UI
This commit is contained in:
@@ -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);
|
||||
}];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user