From cb2e8467a7b1ce3d7c3e80e67084e363fb2e0fce Mon Sep 17 00:00:00 2001 From: CodeST <694468528@qq.com> Date: Mon, 9 Feb 2026 19:31:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86UI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- keyBoard/Class/AiTalk/VC/KBAIHomeVC.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyBoard/Class/AiTalk/VC/KBAIHomeVC.m b/keyBoard/Class/AiTalk/VC/KBAIHomeVC.m index eaf1242..5b686dc 100644 --- a/keyBoard/Class/AiTalk/VC/KBAIHomeVC.m +++ b/keyBoard/Class/AiTalk/VC/KBAIHomeVC.m @@ -245,7 +245,7 @@ static NSString * const KBAISelectedPersonaIdKey = @"KBAISelectedPersonaId"; make.left.equalTo(self.view).offset(12); make.right.equalTo(self.view).offset(-12); self.commentInputBottomConstraint = make.bottom.equalTo(self.view).offset(100); // 初始在屏幕外 - make.height.mas_equalTo(self.voiceInputBarHeight); + make.height.mas_equalTo(52); }]; }