chore: 表单不能点击遮罩关闭

This commit is contained in:
dap 2024-09-18 15:38:57 +08:00
parent 0858e700e0
commit cd972c539b

View File

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