Merge branch 'dev_aliyun' of https://bdgit.educoder.net/Hjqreturn/educoder into dev_aliyun

chromesetting
daiao 5 years ago
commit b8d1d622e5

@ -311,7 +311,7 @@ export default class Shixuninformation extends Component {
</div>} </div>}
<div className="edu-back-white mb10 ml30 mt20"> <div className="edu-back-white mb10 ml30 mt20">
{this.props&&this.props.status>1&&this.state.use_scope===0&&this.props&&this.props.identity>7||this.props&&this.props.public===2&&this.state.use_scope===0&&this.props&&this.props.identity>7?"":<div> {this.props&&this.props.status>1&&this.state.use_scope===0&&this.props&&this.props.identity>2||this.props&&this.props.public===2&&this.state.use_scope===0&&this.props&&this.props.identity>2?"":<div>
<span className="color-grey-6 mt5 fl font-16" style={{minWidth: '45px'}}>公开程度:</span> <span className="color-grey-6 mt5 fl font-16" style={{minWidth: '45px'}}>公开程度:</span>
<span className="fl mt8 ml20"> <span className="fl mt8 ml20">
<RadioGroup onChange={this.SelectOpenpublic} value={this.state.use_scope}> <RadioGroup onChange={this.SelectOpenpublic} value={this.state.use_scope}>

@ -332,12 +332,12 @@ function JupyterTPI (props) {
</p> </p>
<p className="jupyter_btn"> <p className="jupyter_btn">
{/*sync | poweroff */} {/*sync | poweroff */}
<Button {/*<Button*/}
className="btn_common" {/* className="btn_common"*/}
type="link" {/* type="link"*/}
icon="history" {/* icon="history"*/}
onClick={handleClickResetTpi} {/* onClick={handleClickResetTpi}*/}
>重置实训</Button> {/*>重置实训</Button>*/}
<Button <Button
className="btn_common" className="btn_common"

@ -561,7 +561,7 @@ class Challengesjupyter extends Component {
<p className="challenbaocuntest" type="upload" >导入</p> <p className="challenbaocuntest" type="upload" >导入</p>
</div> </div>
</Upload> </Upload>
<button type="button" className="ant-btn deletebuttom chongzhistyles" onClick={this.handleClickResetTpi}><span>重置实训</span></button> {/*<button type="button" className="ant-btn deletebuttom chongzhistyles" onClick={this.handleClickResetTpi}><span>重置实训</span></button>*/}
</div> </div>

Loading…
Cancel
Save