fix: 修复客服新会话消息超出可视区域

master
YunaiV 2026-06-08 08:54:55 +08:00
parent 84a9fb5c78
commit 9ede13e82e
1 changed files with 2 additions and 2 deletions

View File

@ -253,8 +253,8 @@
.message-container {
width: 100%;
/* 确保容器至少有一屏高度 */
min-height: 100vh;
/* 倒置滚动区内,容器高度只需要撑满聊天区域 */
min-height: v-bind(chatScrollHeight);
display: flex;
flex-direction: column;
justify-content: flex-end;