批处理弹窗整体缩放为0.75
parent
b02907630e
commit
e5739f3299
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue