userName 2025-04-11 13:23:51 +08:00
commit 4505b8a769
1 changed files with 7 additions and 0 deletions

View File

@ -148,6 +148,7 @@
<AddModel @register="registerAddModal" :treeData="treeData" @success="handleSuccess" />
<EditorModel @register="registerEditorModal" />
<a-modal
wrapClassName="batch-modal-wrap"
class="BatchProcessingModal"
width="1660px"
v-model:open="batchProcessingModalOpen"
@ -458,3 +459,9 @@
}
}
</style>
<style>
.batch-modal-wrap .ant-modal {
transform: scale(0.75) !important;
transform-origin: center !important;
}
</style>