|
|
|
@ -3,7 +3,7 @@ import React, { Component } from 'react';
|
|
|
|
|
import MonacoEditor from 'react-monaco-editor';
|
|
|
|
|
|
|
|
|
|
//MonacoDiffEditor 对比模式
|
|
|
|
|
import {Input, Select, Radio, Checkbox, Popconfirm, message, Modal,Icon,DatePicker} from 'antd';
|
|
|
|
|
import {Input, Select, Radio, Checkbox, Popconfirm, message, Modal,Icon,DatePicker,Breadcrumb} from 'antd';
|
|
|
|
|
|
|
|
|
|
// import "antd/dist/antd.css";
|
|
|
|
|
|
|
|
|
@ -1257,6 +1257,11 @@ export default class TPMsettings extends Component {
|
|
|
|
|
|
|
|
|
|
return (
|
|
|
|
|
<div className="educontent mt30 mb50" id="shixun_settings_show" onClick={this.bigopens}>
|
|
|
|
|
<Breadcrumb separator=">" className={"mb20"}>
|
|
|
|
|
<Breadcrumb.Item href={"/shixuns/"+this.props.match.params.shixunId+"/challenges"}>实训详情</Breadcrumb.Item>
|
|
|
|
|
<Breadcrumb.Item>配置</Breadcrumb.Item>
|
|
|
|
|
</Breadcrumb>
|
|
|
|
|
|
|
|
|
|
<div className="edu-back-white mb10">
|
|
|
|
|
<div className="padding30 bor-bottom-greyE clearfix">
|
|
|
|
|
<span className="fl font-16">配置</span>
|
|
|
|
|