优化teleport拖拽
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
</a-timeline>
|
||||
</div>
|
||||
<!-- a-modal组件,展示生成文档的全部信息 -->
|
||||
<a-modal v-model:visible="visible" hide-cancel :closable="false" width="auto">
|
||||
<a-modal v-model:visible="visible" unmount-on-close hide-cancel :closable="false" width="auto">
|
||||
<template #title> 生成文档时间一览表 </template>
|
||||
<a-card
|
||||
:style="{ width: '600px' }"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<!-- 描述列表组件 -->
|
||||
<a-modal width="1000px" v-model:visible="visible" :footer="false">
|
||||
<a-modal width="1000px" v-model:visible="visible" :footer="false" unmount-on-close>
|
||||
<template #title>项目名称:{{ previewRecord.name }}</template>
|
||||
<ma-info
|
||||
class="my-custom-class"
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
draggable
|
||||
:visible="visible"
|
||||
hide-cancel
|
||||
unmount-on-close
|
||||
:mask-closable="false"
|
||||
:on-before-ok="handleClickConfirmButton"
|
||||
:on-before-cancel="handleClickConfirmButton"
|
||||
|
||||
Reference in New Issue
Block a user