chore: 表单不能点击遮罩关闭
This commit is contained in:
parent
0858e700e0
commit
cd972c539b
@ -77,7 +77,7 @@ async function handleCancel() {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<BasicDrawer :title="title" class="w-[600px]">
|
<BasicDrawer :close-on-click-modal="false" :title="title" class="w-[600px]">
|
||||||
<BasicForm />
|
<BasicForm />
|
||||||
未完成
|
未完成
|
||||||
</BasicDrawer>
|
</BasicDrawer>
|
||||||
|
Loading…
Reference in New Issue
Block a user