feat: 公共接口弹窗esc关闭问题

This commit is contained in:
奔跑的面条 2024-03-14 11:46:46 +08:00
parent 8801dbf64d
commit 87604c9cdb

View File

@ -1,5 +1,5 @@
<template>
<n-modal class="go-chart-data-pond-control" v-model:show="modelShowRef" :mask-closable="false">
<n-modal class="go-chart-data-pond-control" v-model:show="modelShowRef" :mask-closable="false" :close-on-esc="false">
<n-card :bordered="false" role="dialog" size="small" aria-modal="true" style="width: 900px; height: 650px">
<template #header></template>
<template #header-extra> </template>