From ec5a30d5e2fbab249cc39e49dd68dda4f0d34b8e Mon Sep 17 00:00:00 2001 From: fengshuo <963787902@qq.com> Date: Mon, 9 Jan 2023 14:44:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=86=E5=8A=A8=E6=80=81?= =?UTF-8?q?=E9=87=8C=E9=9D=A2=E8=AF=9D=E9=A2=98=E5=8F=98=E5=BD=A2=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xplan-ios/Main/Monents/View/SubViews/XPMoentsTopicView.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }];