优化teleport拖拽

This commit is contained in:
2025-05-17 18:04:53 +08:00
parent 09fe532bb6
commit aa0290b345
30 changed files with 518 additions and 981 deletions

View File

@@ -1,5 +1,5 @@
<template>
<a-modal v-model:visible="visible" width="80%" draggable :footer="false">
<a-modal v-model:visible="visible" width="80%" draggable :footer="false" unmount-on-close>
<template #title>维护数据字典 {{ currentRow.name }}</template>
<!-- crud组件 -->
<div class="lg:w-full w-full lg:mt-0">