mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-07-11 07:21:41 +08:00
增强全局滚动锁定功能
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user