feat: 函数式弹框组件添加全屏、退出全屏操作按钮 (#546)

feat: 函数式弹框组件添加全屏、退出全屏操作按钮
This commit is contained in:
许诺
2023-05-14 00:13:10 +08:00
committed by GitHub
parent 5f3210f69e
commit 0b8412c109
8 changed files with 88 additions and 16 deletions

View File

@@ -120,6 +120,7 @@ export function useDept() {
},
width: "40%",
draggable: true,
fullscreenIcon: true,
closeOnClickModal: false,
contentRenderer: () => h(editForm, { ref: formRef }),
beforeSure: (done, { options }) => {