Commit 09e29903 authored by IOS-张 博's avatar IOS-张 博

修改标签位置

parent c24ae611
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
[self addSubview:self.tagView]; [self addSubview:self.tagView];
[self.tagView mas_makeConstraints:^(MASConstraintMaker *make) { [self.tagView mas_makeConstraints:^(MASConstraintMaker *make) {
make.height.mas_equalTo(14); make.height.mas_equalTo(14);
make.right.mas_equalTo(self.savingsButton.mas_right).offset(10); make.centerX.mas_equalTo(self.savingsButton.mas_right);
make.bottom.mas_equalTo(self.savingsButton.mas_top).offset(7); make.bottom.mas_equalTo(self.savingsButton.mas_top).offset(7);
}]; }];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment