为 ForkSubscribeDialog 组件的 VDialog 添加 scrollable 属性

This commit is contained in:
jxxghp
2025-01-21 08:28:59 +08:00
parent 4112214c1f
commit 256e8d0452
@@ -99,7 +99,7 @@ async function doDelete() {
} }
</script> </script>
<template> <template>
<VDialog max-width="40rem"> <VDialog max-width="40rem" scrollable>
<VCard> <VCard>
<DialogCloseBtn @click="emit('close')" /> <DialogCloseBtn @click="emit('close')" />
<VCardText> <VCardText>