From 36cd40672b4717e2085d679fbb70cbdc23781754 Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期一, 21 十月 2024 17:29:51 +0800 Subject: [PATCH] flex-auto': chartHeight == undefined --- src/components/chat/Chat.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/chat/Chat.vue b/src/components/chat/Chat.vue index 486c9d1..0b727ce 100644 --- a/src/components/chat/Chat.vue +++ b/src/components/chat/Chat.vue @@ -119,7 +119,7 @@ </div> </div> - <Loading v-if="isTalking && index === messageList.length - 1" class="w-fit my-auto" /> + <Loading v-if="isTalking && index === computedMessageList.length - 1" class="w-fit my-auto" /> </div> </div> </div> -- Gitblit v1.9.3