From 73a914bb2aabd63533e0954eaaad7b00c743ac4b Mon Sep 17 00:00:00 2001 From: yangyin <1850366751@qq.com> Date: 星期四, 18 七月 2024 14:01:26 +0800 Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/WI/Web.V1.0 --- 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 cf71224..8783ac6 100644 --- a/src/components/chat/Chat.vue +++ b/src/components/chat/Chat.vue @@ -50,7 +50,7 @@ </div> </div> - <Loding v-else class="w-12" :process="process" /> + <Loding v-else class="w-fit" :process="process" /> </div> </div> <div v-if="showAskMore" class="ml-4 mt-5 text-sm"> -- Gitblit v1.9.3