modify style

This commit is contained in:
MaysWind
2024-03-24 13:35:29 +08:00
parent 3d0f793cf6
commit 604379bf85
21 changed files with 31 additions and 31 deletions
+1 -1
View File
@@ -70,7 +70,7 @@
<v-icon :icon="icons.refresh" size="24" />
<v-tooltip activator="parent">{{ $t('Refresh') }}</v-tooltip>
</v-btn>
<v-progress-circular indeterminate size="24" class="ml-2" v-if="loading"></v-progress-circular>
<v-progress-circular indeterminate size="20" class="ml-3" v-if="loading"></v-progress-circular>
</div>
</template>