fix: 无法点击遮罩关闭

This commit is contained in:
dap 2025-04-09 15:06:00 +08:00
parent 1c2e27613c
commit 2680101872

View File

@ -96,7 +96,7 @@ async function handleCancel() {
</script> </script>
<template> <template>
<BasicDrawer :close-on-click-modal="false" :title="title" class="w-[600px]"> <BasicDrawer :title="title" class="w-[600px]">
<BasicForm /> <BasicForm />
</BasicDrawer> </BasicDrawer>
</template> </template>