|
|
@ -159,7 +159,7 @@ class Testpapersettinghomepage extends Component{
|
|
|
|
|
|
|
|
|
|
|
|
return(
|
|
|
|
return(
|
|
|
|
<div className="newMain clearfix ">
|
|
|
|
<div className="newMain clearfix ">
|
|
|
|
<div className={"educontent mb20"}>
|
|
|
|
<div className={"educontent mb20"} style={{width:"1250px"}}>
|
|
|
|
{/* 公用的提示弹框 */}
|
|
|
|
{/* 公用的提示弹框 */}
|
|
|
|
{this.state.Modalstype===true?<Modals
|
|
|
|
{this.state.Modalstype===true?<Modals
|
|
|
|
modalsType={this.state.Modalstype}
|
|
|
|
modalsType={this.state.Modalstype}
|
|
|
@ -177,7 +177,7 @@ class Testpapersettinghomepage extends Component{
|
|
|
|
callback={this.callback}
|
|
|
|
callback={this.callback}
|
|
|
|
/>:""}
|
|
|
|
/>:""}
|
|
|
|
|
|
|
|
|
|
|
|
<div className="educontent mb20">
|
|
|
|
<div className="educontent mb20" style={{width:"1250px"}}>
|
|
|
|
<p className="clearfix mb20 mt10">
|
|
|
|
<p className="clearfix mb20 mt10">
|
|
|
|
<ActionBtn className=" btn colorgrey fl hovercolorblue " to={`/courses/${this.props.match.params.coursesId}/students}`}>{this.props.coursedata.name}</ActionBtn>
|
|
|
|
<ActionBtn className=" btn colorgrey fl hovercolorblue " to={`/courses/${this.props.match.params.coursesId}/students}`}>{this.props.coursedata.name}</ActionBtn>
|
|
|
|
<span className="color-grey-9 fl ml3 mr3">></span>
|
|
|
|
<span className="color-grey-9 fl ml3 mr3">></span>
|
|
|
@ -195,7 +195,7 @@ class Testpapersettinghomepage extends Component{
|
|
|
|
`}
|
|
|
|
`}
|
|
|
|
</style>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
|
|
<div className="educontent">
|
|
|
|
<div className="educontent" style={{width:"1250px"}}>
|
|
|
|
<p className=" fl color-black summaryname ">
|
|
|
|
<p className=" fl color-black summaryname ">
|
|
|
|
{Commonheadofthetestpaper === undefined?"":Commonheadofthetestpaper.exercise_name}
|
|
|
|
{Commonheadofthetestpaper === undefined?"":Commonheadofthetestpaper.exercise_name}
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|