mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-04-09 06:43:16 +08:00
style: modal fullscreen
This commit is contained in:
@@ -76,7 +76,7 @@ const { validate, validateInfos, resetFields } = Form.useForm(
|
|||||||
|
|
||||||
const [BasicModal, modalApi] = useVbenModal({
|
const [BasicModal, modalApi] = useVbenModal({
|
||||||
class: 'w-[800px]',
|
class: 'w-[800px]',
|
||||||
fullscreenButton: false,
|
fullscreenButton: true,
|
||||||
closeOnClickModal: false,
|
closeOnClickModal: false,
|
||||||
onClosed: handleCancel,
|
onClosed: handleCancel,
|
||||||
onConfirm: handleConfirm,
|
onConfirm: handleConfirm,
|
||||||
|
|||||||
Reference in New Issue
Block a user