fix: loading icon

This commit is contained in:
tim
2025-09-19 23:20:50 +08:00
parent 8751a7707c
commit b09828bcc2
7 changed files with 20 additions and 7 deletions

View File

@@ -9,7 +9,7 @@
发送
<span class="shortcut-icon" v-if="!isMobile"> {{ isMac ? '' : 'Ctrl' }} </span>
</template>
<template v-else> <loading-four /> 发送中... </template>
<template v-else> <loading-four class="loading-icon" /> 发送中... </template>
</div>
</div>
</div>