refactor: migrate site management actions to dynamic floating menu and update sort mode exit buttons

This commit is contained in:
jxxghp
2026-05-09 18:37:16 +08:00
parent e8708f8de7
commit 0d05a104c4
3 changed files with 81 additions and 60 deletions

View File

@@ -1525,7 +1525,7 @@ function onDragStartPlugin(evt: any) {
<VAlert v-if="sortMode" color="warning" variant="tonal" class="mb-4">
<div class="d-flex flex-wrap align-center justify-space-between gap-2">
<span>{{ t('common.sortModeHint') }}</span>
<VBtn size="small" variant="text" color="warning" @click="sortMode = false">
<VBtn variant="tonal" color="error" @click="sortMode = false">
{{ t('common.exit') }}
</VBtn>
</div>