diff --git a/xplan-ios/Main/Monents/View/SubViews/XPMoentsTopicView.m b/xplan-ios/Main/Monents/View/SubViews/XPMoentsTopicView.m index 2cd0ed17..397f392f 100644 --- a/xplan-ios/Main/Monents/View/SubViews/XPMoentsTopicView.m +++ b/xplan-ios/Main/Monents/View/SubViews/XPMoentsTopicView.m @@ -59,7 +59,7 @@ [self.iconImageView mas_makeConstraints:^(MASConstraintMaker *make) { make.left.mas_equalTo(self.topicImageView).offset(9); - make.size.mas_equalTo(CGSizeMake(25 * 1.3, 10 * 1.3)); + make.size.mas_equalTo(CGSizeMake(20, 20)); make.centerY.mas_equalTo(self.topicImageView); }];