From bd391e00071516b351ceab7e1341829d62e28baf Mon Sep 17 00:00:00 2001 From: hbqjzx <47739645+hbqjzx@users.noreply.github.com> Date: Thu, 11 Apr 2024 23:43:20 +0800 Subject: [PATCH] Update input box height (#25) --- src/components/chat/InputBox.vue | 102 +++++++++++++++++++------------ 1 file changed, 64 insertions(+), 38 deletions(-) diff --git a/src/components/chat/InputBox.vue b/src/components/chat/InputBox.vue index 2c19c1f7..2e4678ec 100644 --- a/src/components/chat/InputBox.vue +++ b/src/components/chat/InputBox.vue @@ -1,53 +1,56 @@