优化浏览器警告

This commit is contained in:
jxxghp
2025-07-09 13:16:56 +08:00
parent cf87e2d5ac
commit ced9288ed7
9 changed files with 65 additions and 16651 deletions

View File

@@ -148,7 +148,6 @@ async function doDelete() {
<template>
<VDialog max-width="40rem" scrollable>
<VCard>
<VDialogCloseBtn @click="emit('close')" />
<VCardText>
<VCol>
<div class="d-flex justify-space-between flex-wrap flex-md-nowrap flex-column flex-md-row">
@@ -242,6 +241,7 @@ async function doDelete() {
</div>
</VCol>
</VCardText>
<VDialogCloseBtn @click="emit('close')" />
</VCard>
</VDialog>
</template>