fix: 修复 PC 端聊天界面滚动条问题

This commit is contained in:
RockYang 2023-06-28 18:16:28 +08:00
parent 161b11e428
commit 0d2b60b905

View File

@ -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;
};
//