Commit e681a676 authored by nick zheng's avatar nick zheng

fix: 期望点击弹窗外不会自动关闭

parent 131df033
...@@ -38,7 +38,7 @@ const props = withDefaults(defineProps<Props>(), { ...@@ -38,7 +38,7 @@ const props = withDefaults(defineProps<Props>(), {
labelWidth: 80, labelWidth: 80,
labelPlacement: 'left', labelPlacement: 'left',
contentStyle: () => ({}), contentStyle: () => ({}),
maskClosable: true, maskClosable: false,
}) })
const cancelBtnText = computed(() => props.cancelBtnText || t('common_module.cancel_btn_text')) const cancelBtnText = computed(() => props.cancelBtnText || t('common_module.cancel_btn_text'))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment