mast_item_banktwo
杨树林 5 years ago
parent f509aafe59
commit c10833a3eb

@ -42,9 +42,9 @@ if (isDev) {
window.location.search.indexOf('debug=a') != -1 ? 'admin' : parsed.debug || 'admin' window.location.search.indexOf('debug=a') != -1 ? 'admin' : parsed.debug || 'admin'
} }
// 超管 // 超管
// debugType="admin"; debugType="admin";
// 老师 // 老师
debugType="teacher"; // debugType="teacher";
// 学生 // 学生
// debugType="student"; // debugType="student";

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

Loading…
Cancel
Save