feat: 样式调整

This commit is contained in:
2026-06-05 13:49:50 +08:00
parent 97eff4d501
commit 79abfd9d8c
2 changed files with 4 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
</view>
<!-- 超过2行时显示...提示 -->
<view v-if="!finish" class="flex flex-row flex-items-center mt-8">
<text class="font-size-12 font-400 font-color-600">正在生成</text>
<text class="font-size-12 font-500 font-color-600">正在生成</text>
<ChatLoading />
</view>
<view v-if="isOverflow" class="flex flex-row flex-items-center flex-justify-between mt-12">