fix: 无法点击遮罩关闭
This commit is contained in:
parent
2680101872
commit
44ba945a12
@ -129,12 +129,7 @@ async function handleClosed() {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<BasicDrawer
|
<BasicDrawer :fullscreen-button="false" :title="title" class="w-[550px]">
|
||||||
:close-on-click-modal="false"
|
|
||||||
:fullscreen-button="false"
|
|
||||||
:title="title"
|
|
||||||
class="w-[550px]"
|
|
||||||
>
|
|
||||||
<div class="min-h-[400px]">
|
<div class="min-h-[400px]">
|
||||||
<BasicForm />
|
<BasicForm />
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user