From 0d2b60b905021a10ab9ec4be6bef586a35a392e6 Mon Sep 17 00:00:00 2001 From: RockYang Date: Wed, 28 Jun 2023 18:16:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20PC=20=E7=AB=AF?= =?UTF-8?q?=E8=81=8A=E5=A4=A9=E7=95=8C=E9=9D=A2=E6=BB=9A=E5=8A=A8=E6=9D=A1?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/views/ChatPlus.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/views/ChatPlus.vue b/web/src/views/ChatPlus.vue index 4f8b4cd9..4a34c64d 100644 --- a/web/src/views/ChatPlus.vue +++ b/web/src/views/ChatPlus.vue @@ -310,7 +310,7 @@ const getRoleById = function (rid) { const resizeElement = function () { chatBoxHeight.value = window.innerHeight - 51 - 82 - 38; mainWinHeight.value = window.innerHeight - 51; - leftBoxHeight.value = window.innerHeight - 43 - 47 - 44; + leftBoxHeight.value = window.innerHeight - 43 - 47 - 45; }; // 新建会话