|
|
|
@ -854,7 +854,7 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
return (
|
|
|
|
|
teacherdata === undefined || teacherdata.student_works === undefined || teacherdata.student_works === null || JSON.stringify(teacherdata.student_works) === "[]" ?
|
|
|
|
|
// 学生不能查看别人的
|
|
|
|
|
<div className=" clearfix " style={{margin: "auto" ,paddingBottom: "235px", minWidth:"1200px"}}>
|
|
|
|
|
<div className=" clearfix " style={{margin: "auto" , minWidth:"1200px"}}>
|
|
|
|
|
<style>
|
|
|
|
|
{`
|
|
|
|
|
.startbox{
|
|
|
|
@ -1037,7 +1037,7 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
</div>
|
|
|
|
|
:
|
|
|
|
|
// 学生能查看别人的
|
|
|
|
|
<div className="newMain clearfix ">
|
|
|
|
|
<div className=" clearfix " style={{margin: "auto" , minWidth:"1200px"}}>
|
|
|
|
|
{visibles === true ?
|
|
|
|
|
<TraineetraininginformationModal
|
|
|
|
|
homeworkid={this.props.match.params.homeworkid}
|
|
|
|
|