fix: 移除拖拽组件,全局注册ProModal替换默认AModal
This commit is contained in:
@@ -886,8 +886,10 @@ onMounted(() => {
|
||||
</a-card>
|
||||
|
||||
<!-- 新增框或修改框 -->
|
||||
<DraggableModal
|
||||
:width="modalState.type === 'delete' ? '500px' : '800px'"
|
||||
<ProModal
|
||||
:drag="true"
|
||||
:width="modalState.type === 'delete' ? 520 : 800"
|
||||
:destroyOnClose="true"
|
||||
:keyboard="false"
|
||||
:mask-closable="false"
|
||||
:visible="modalState.visibleByEdit"
|
||||
@@ -1127,7 +1129,7 @@ onMounted(() => {
|
||||
</a-row>
|
||||
</template>
|
||||
</a-form>
|
||||
</DraggableModal>
|
||||
</ProModal>
|
||||
|
||||
<!-- 上传导入表格数据文件框 -->
|
||||
<UploadModal
|
||||
|
||||
Reference in New Issue
Block a user