fix(UserAuthDialog): 移除 VDialog 的可滚动属性以优化用户体验

This commit is contained in:
jxxghp
2024-12-30 18:21:29 +08:00
parent 994c52f6aa
commit de7aeeaeb3

View File

@@ -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>