dev_forum
hjm 5 years ago
parent ce671c69e9
commit 7824433e18

@ -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" }

@ -31,6 +31,8 @@ class ChooseGraduateTopicModal extends Component{
<ModalWrapper <ModalWrapper
ref="modalWrapper" ref="modalWrapper"
onOk={this.onOk} onOk={this.onOk}
title={ "题库选用" }
> >
<React.Fragment> <React.Fragment>
<style>{` <style>{`

Loading…
Cancel
Save