Commit 7a141428 by yuananting

fix:蒙层点击不关闭modal

parent d9b3a274
...@@ -16,6 +16,7 @@ function SelectPaperModal(props: any) { ...@@ -16,6 +16,7 @@ function SelectPaperModal(props: any) {
}, [item]) }, [item])
return <Modal return <Modal
maskClosable={false}
width={900} width={900}
title="选择试卷" title="选择试卷"
visible={true} visible={true}
......
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