Commit 074e3462 authored by tyyin lan's avatar tyyin lan

chore: 首页应用对话加载样式调整

parent b4b853cf
...@@ -212,9 +212,9 @@ function onGetMessageRecordList(recordId: string) { ...@@ -212,9 +212,9 @@ function onGetMessageRecordList(recordId: string) {
v-show="isAgentLoading" v-show="isAgentLoading"
class="z-100 absolute inset-0 flex flex-col items-center justify-center bg-[rgba(0,0,0,0.4)]" class="z-100 absolute inset-0 flex flex-col items-center justify-center bg-[rgba(0,0,0,0.4)]"
> >
<n-spin :size="50" /> <n-spin :size="38" />
<div class="text-theme-color mt-[30px] text-[16px]">加载中...</div> <div class="text-theme-color mt-[30px] text-[14px]">加载中...</div>
</div> </div>
</Transition> </Transition>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment