fix: 修复客服新会话消息超出可视区域
parent
84a9fb5c78
commit
9ede13e82e
|
|
@ -253,8 +253,8 @@
|
||||||
|
|
||||||
.message-container {
|
.message-container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
/* 确保容器至少有一屏高度 */
|
/* 倒置滚动区内,容器高度只需要撑满聊天区域 */
|
||||||
min-height: 100vh;
|
min-height: v-bind(chatScrollHeight);
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue