批处理弹窗整体缩放为0.75

main
zhufu 2025-04-10 16:22:18 +08:00
parent b02907630e
commit e5739f3299
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>