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
@@ -1,10 +1,11 @@
<template>
<a-modal
<j-modal
:title="title"
:width="600"
:visible="visible"
:confirm-loading="confirmLoading"
:maskClosable="false"
switchFullscreen
@cancel="visible = false"
>
<template slot="footer">
@@ -39,7 +40,7 @@
:rows="4" />
</a-form-model-item>
</a-form-model>
</a-modal>
</j-modal>
</template>
<script>