mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-09-17 16:56:38 +08:00
fix: 修复 PC 端聊天界面滚动条问题
This commit is contained in:
parent
161b11e428
commit
0d2b60b905
@ -310,7 +310,7 @@ const getRoleById = function (rid) {
|
|||||||
const resizeElement = function () {
|
const resizeElement = function () {
|
||||||
chatBoxHeight.value = window.innerHeight - 51 - 82 - 38;
|
chatBoxHeight.value = window.innerHeight - 51 - 82 - 38;
|
||||||
mainWinHeight.value = window.innerHeight - 51;
|
mainWinHeight.value = window.innerHeight - 51;
|
||||||
leftBoxHeight.value = window.innerHeight - 43 - 47 - 44;
|
leftBoxHeight.value = window.innerHeight - 43 - 47 - 45;
|
||||||
};
|
};
|
||||||
|
|
||||||
// 新建会话
|
// 新建会话
|
||||||
|
Loading…
Reference in New Issue
Block a user