mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-04-09 12:13:18 +08:00
chore: 表单不能点击遮罩关闭
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user