|
|
|
@ -45,7 +45,9 @@ class QuestionModalPicture extends Component {
|
|
|
|
|
<div className="show_upload_image intermediatecenter" style={{ display: this.props.url ? 'block' : 'none'}}>
|
|
|
|
|
{/*<Icon type="close" className="image_close" onClick={this.props.handleClose}/>*/}
|
|
|
|
|
<div className="image_info intermediatecenter">
|
|
|
|
|
<img className="image" src={ this.props.url} alt=""/>
|
|
|
|
|
<img className="image" style={{
|
|
|
|
|
width:"50%"
|
|
|
|
|
}} src={ this.props.url} alt=""/>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</Modal>
|
|
|
|
|