增强全局滚动锁定功能

This commit is contained in:
jxxghp
2025-07-13 13:46:28 +08:00
parent 2ab14fa33b
commit 584d290283
2 changed files with 122 additions and 66 deletions

View File

@@ -172,7 +172,6 @@ onMounted(() => {
<template>
<DialogWrapper 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">
@@ -285,6 +284,7 @@ onMounted(() => {
</div>
</VCol>
</VCardText>
<VDialogCloseBtn @click="emit('close')" />
</VCard>
</DialogWrapper>
</template>