mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-16 07:07:36 +08:00
fix(UserAuthDialog): 移除 VDialog 的可滚动属性以优化用户体验
This commit is contained in:
@@ -129,7 +129,7 @@ onMounted(async () => {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<VDialog width="40rem" scrollable max-height="85vh">
|
||||
<VDialog width="40rem" max-height="85vh">
|
||||
<VCard title="用户认证" class="rounded-t">
|
||||
<DialogCloseBtn @click="emit('close')" />
|
||||
<VCardText>
|
||||
|
||||
Reference in New Issue
Block a user