update modal可全屏

This commit is contained in:
赵霄
2023-10-08 16:48:57 +08:00
parent 20b2604ff8
commit 893e1450af
51 changed files with 169 additions and 105 deletions
+3 -2
View File
@@ -1,10 +1,11 @@
<template>
<div>
<a-modal
<j-modal
centered
:title="title"
:width="1000"
:visible="visible"
switchFullscreen
@ok="handleOk"
@cancel="handleCancel"
cancelText="关闭">
@@ -47,7 +48,7 @@
</div>
<!-- table区域-end -->
</a-modal>
</j-modal>
</div>
</template>