diff --git a/pages/chat/ChatCardAI.vue b/pages/chat/ChatCardAI.vue index bb4a7e3..d86bcba 100644 --- a/pages/chat/ChatCardAI.vue +++ b/pages/chat/ChatCardAI.vue @@ -1,11 +1,14 @@ \ No newline at end of file + +.loading-container { + display: flex; + align-items: center; + padding: 4px 0; +} + +.loading-img { + margin-left: -4px; + width: 32px; + height: 32px; +} + + diff --git a/pages/chat/ChatMainList.vue b/pages/chat/ChatMainList.vue index 43e4708..ad3c640 100644 --- a/pages/chat/ChatMainList.vue +++ b/pages/chat/ChatMainList.vue @@ -42,6 +42,8 @@ item.msg ? item.msg.length : 0 }`" :text="item.msg || ''" + , + :isLoading="item.isLoading" >