|
|
@ -26,7 +26,7 @@ class ModalWrapper extends Component{
|
|
|
|
|
|
|
|
|
|
|
|
return(
|
|
|
|
return(
|
|
|
|
<Modal
|
|
|
|
<Modal
|
|
|
|
title={ title || "题库选用" }
|
|
|
|
title={ title }
|
|
|
|
visible={visible}
|
|
|
|
visible={visible}
|
|
|
|
closable={false}
|
|
|
|
closable={false}
|
|
|
|
width={ width || "600px" }
|
|
|
|
width={ width || "600px" }
|
|
|
|