|
|
@ -23,7 +23,8 @@ import {
|
|
|
|
Radio,
|
|
|
|
Radio,
|
|
|
|
Tooltip,
|
|
|
|
Tooltip,
|
|
|
|
notification,
|
|
|
|
notification,
|
|
|
|
Pagination
|
|
|
|
Pagination,
|
|
|
|
|
|
|
|
Spin,
|
|
|
|
} from "antd";
|
|
|
|
} from "antd";
|
|
|
|
import {Link, Switch, Route, Redirect} from 'react-router-dom';
|
|
|
|
import {Link, Switch, Route, Redirect} from 'react-router-dom';
|
|
|
|
import axios from 'axios';
|
|
|
|
import axios from 'axios';
|
|
|
@ -653,7 +654,7 @@ class ShixunStudentWork extends Component {
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
const antIcon = <Icon type="loading" style={{ fontSize: 24 }} spin />;
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
<div className=" clearfix " style={{margin: "auto" , minWidth:"1200px"}}>
|
|
|
|
<div className=" clearfix " style={{margin: "auto" , minWidth:"1200px"}}>
|
|
|
|
{this.state.showmodel===true?<ShixunWorkModal
|
|
|
|
{this.state.showmodel===true?<ShixunWorkModal
|
|
|
@ -716,11 +717,16 @@ class ShixunStudentWork extends Component {
|
|
|
|
color:rgba(255,104,0,1);
|
|
|
|
color:rgba(255,104,0,1);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.shixunSpin{
|
|
|
|
|
|
|
|
color:#FF6801;
|
|
|
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
|
|
|
}
|
|
|
|
`}
|
|
|
|
`}
|
|
|
|
</style>
|
|
|
|
</style>
|
|
|
|
<li className="clearfix startbox mb20" style={{display:duplicatechecking===true?"":"none"}}>
|
|
|
|
<li className="clearfix startbox mb20" style={{display:duplicatechecking===true?"":"none"}}>
|
|
|
|
|
|
|
|
<Spin indicator={antIcon} spinning={duplicatechecking} className={"shixunSpin"}/>
|
|
|
|
<span className={"startfont"}>
|
|
|
|
<span className={"startfont"}>
|
|
|
|
正在执行查重,请稍后刷新页面查看结果 温馨提示:执行时间因查重作品数以及作品的代码量而异
|
|
|
|
正在执行查重,完成后将为您自动刷新结果。 温馨提示:执行时间因查重作品数以及作品的代码量而异
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
|
|
|
|
|
|
|
|
</li>
|
|
|
|
</li>
|
|
|
|