|
|
@ -27,7 +27,6 @@ class QuestionModalys extends Component {
|
|
|
|
title=""
|
|
|
|
title=""
|
|
|
|
centered={true}
|
|
|
|
centered={true}
|
|
|
|
visible={this.props.url?true:false}
|
|
|
|
visible={this.props.url?true:false}
|
|
|
|
width="442px"
|
|
|
|
|
|
|
|
>
|
|
|
|
>
|
|
|
|
{/* 显示上传的图片信息 */}
|
|
|
|
{/* 显示上传的图片信息 */}
|
|
|
|
<div className="show_upload_image" style={{ display: this.props.url ? 'block' : 'none'}}>
|
|
|
|
<div className="show_upload_image" style={{ display: this.props.url ? 'block' : 'none'}}>
|
|
|
|