fix: 无法点击遮罩关闭

This commit is contained in:
dap 2025-04-09 15:07:14 +08:00
parent 2680101872
commit 44ba945a12

View File

@ -129,12 +129,7 @@ async function handleClosed() {
</script>
<template>
<BasicDrawer
:close-on-click-modal="false"
:fullscreen-button="false"
:title="title"
class="w-[550px]"
>
<BasicDrawer :fullscreen-button="false" :title="title" class="w-[550px]">
<div class="min-h-[400px]">
<BasicForm />
</div>