杨树林 6 years ago
commit 29e536d5c4

@ -1,5 +1,5 @@
import React, {Component} from "React";
import {Form, Select, Input, Button, Checkbox, DatePicker,Spin} from "antd";
import {Form, Select, Input, Button, Checkbox, DatePicker,Spin,Icon} from "antd";
import axios from 'axios';
import "../css/Courses.css";
import locale from 'antd/lib/date-picker/locale/zh_CN';
@ -412,7 +412,7 @@ class CoursesNew extends Component {
})(
<Select
showSearch
className={"fl construction mr10 "}
className={"fl construction "}
placeholder="例如:数据结构"
// value={this.state.course}
onSearch={this.handleSearch}
@ -426,13 +426,13 @@ class CoursesNew extends Component {
)}
<span className={"newcoursestitle fl"}>
{/*错误示例数据结构2017本部数据结构2017秋季数据结构2017电子商务1班*/}
<p className="ant-progress-text ml10">
<i aria-label="图标: check-circle" className="ant-progress-textyes anticon anticon-check-circle"></i>
<span className={"color-grey-9 font-12"}>正确示例数据结构</span>
<p className="ant-progress-text">
<Icon style={{ color: '#52c41a' }} type="check-circle" theme="filled"/>
<span className={"color-grey-9 font-12 ml5"}>正确示例数据结构</span>
</p>
<p className="ant-progress-text ml10">
<i aria-label="图标: close-circle" className="ant-progress-textno anticon anticon-close-circle"></i>
<span className={"color-grey-9 font-12"}>错误示例数据结构2019春</span>
<p className="ant-progress-text">
<Icon style={{ color: 'red' }} theme="filled" type="close-circle"/>
<span className={"color-grey-9 font-12 ml5"}>错误示例数据结构2019春</span>
</p>
</span>
<div id='iscourse'></div>
@ -458,14 +458,13 @@ class CoursesNew extends Component {
})(<Input className={"greyInput fl"} placeholder="例如数据结构2016秋季班级"/>)}
<span className={"newcoursestitle fl"}>
{/*(如果本学期包含多个班级,只需创建一个课堂然后在课堂内部建立不同的分班)*/}
<p className="ant-progress-text ml19">
<i aria-label="图标: check-circle" className="ant-progress-textyes anticon anticon-check-circle"></i>
<span className={"color-grey-9 font-12"}>正确示例数据结构2019春季班级</span>
<p className="ant-progress-text">
<Icon style={{ color: '#52c41a' }} type="check-circle" theme="filled"/>
<span className={"color-grey-9 font-12 ml5"}>正确示例数据结构2019春季班级</span>
</p>
<p className="ant-progress-text ml19">
<i aria-label="图标: close-circle" className="ant-progress-textno anticon anticon-close-circle"></i>
<span className={"color-grey-9 font-12"}>错误示例2019春季班级数据结构</span>
<p className="ant-progress-text">
<Icon style={{ color: 'red' }} theme="filled" type="close-circle"/>
<span className={"color-grey-9 font-12 ml5"}>错误示例2019春季班级数据结构</span>
</p>
</span>
<div id='isclassroom'></div>

Loading…
Cancel
Save