|
|
|
@ -157,9 +157,44 @@ class Ecerciseallbackagain extends Component{
|
|
|
|
|
console.log()
|
|
|
|
|
return(
|
|
|
|
|
<div>
|
|
|
|
|
<style>
|
|
|
|
|
{
|
|
|
|
|
`
|
|
|
|
|
@media (max-width: 2000px) {
|
|
|
|
|
.newupload_select_box{
|
|
|
|
|
height: 265px !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (max-width: 1350px) {
|
|
|
|
|
.HomeworkModal{
|
|
|
|
|
top:10px !important;
|
|
|
|
|
}
|
|
|
|
|
.newupload_select_box{
|
|
|
|
|
height: 220px !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (max-width: 1250px) {
|
|
|
|
|
.HomeworkModal{
|
|
|
|
|
top:0px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.newupload_select_box{
|
|
|
|
|
height: 150px !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.eerxisbox:hover {
|
|
|
|
|
background: #e4eaf6;
|
|
|
|
|
}
|
|
|
|
|
.upload_select_box li:hover {
|
|
|
|
|
background:transparent;
|
|
|
|
|
}
|
|
|
|
|
`
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
<Modal
|
|
|
|
|
className={"HomeworkModal"}
|
|
|
|
|
style={{ top: 20 }}
|
|
|
|
|
title={this.props.modalname}
|
|
|
|
|
visible={this.props.visible}
|
|
|
|
|
closable={false}
|
|
|
|
@ -170,11 +205,12 @@ class Ecerciseallbackagain extends Component{
|
|
|
|
|
<div className="task-popup-content">
|
|
|
|
|
|
|
|
|
|
<style>{`
|
|
|
|
|
.greybackHead{
|
|
|
|
|
padding:0px 30px;
|
|
|
|
|
}
|
|
|
|
|
.fontlefts{text-align: left;}
|
|
|
|
|
`}</style>
|
|
|
|
|
.greybackHead{
|
|
|
|
|
padding:0px 30px;
|
|
|
|
|
}
|
|
|
|
|
.fontlefts{text-align: left;}
|
|
|
|
|
`}</style>
|
|
|
|
|
|
|
|
|
|
<div className="clearfix edu-txt-center mb10" style={{color:"#333333",fontSize: '15px'}}>学生将得到一次重新答题的机会,现有的答题情况将被清空</div>
|
|
|
|
|
<ul className="clearfix edu-txt-center ml35">
|
|
|
|
|
<li className="fl paddingleft22 fontlefts" style={{width:'160px'}}>姓名</li>
|
|
|
|
@ -183,7 +219,7 @@ class Ecerciseallbackagain extends Component{
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
{datalist===undefined?"":
|
|
|
|
|
<ul className="upload_select_box fl clearfix mt10 mb10" style={{"overflow-y":"auto",height: "217px"}}
|
|
|
|
|
<ul className="upload_select_box fl clearfix mt10 mb10 newupload_select_box" style={{"overflow-y":"auto"}}
|
|
|
|
|
id="search_not_members_list"
|
|
|
|
|
onScroll={this.contentViewScroll}
|
|
|
|
|
>
|
|
|
|
@ -191,7 +227,7 @@ class Ecerciseallbackagain extends Component{
|
|
|
|
|
|
|
|
|
|
{ datalist.map((item,key)=>{
|
|
|
|
|
return(
|
|
|
|
|
<div className="clearfix edu-txt-center lineh-40" key={key}>
|
|
|
|
|
<div className="clearfix edu-txt-center lineh-40 eerxisbox" key={key}>
|
|
|
|
|
<li className="fl" style={{width: '158px'}}>
|
|
|
|
|
<Checkbox
|
|
|
|
|
className="fl task-hide edu-txt-left"
|
|
|
|
@ -199,8 +235,12 @@ class Ecerciseallbackagain extends Component{
|
|
|
|
|
value={item.user_id}
|
|
|
|
|
key={item.user_id}
|
|
|
|
|
>
|
|
|
|
|
<label style={{"textAlign": "left", "color": "#05101A"}}
|
|
|
|
|
className="task-hide color-grey-name" title="frerere">{item.user_name}</label>
|
|
|
|
|
<a style={{"textAlign": "left"}}
|
|
|
|
|
className="task-hide color-grey-name"
|
|
|
|
|
href={`/users/${item.user_id}/courses`}
|
|
|
|
|
target={'_blank'}
|
|
|
|
|
title={item.user_name}
|
|
|
|
|
>{item.user_name}</a>
|
|
|
|
|
</Checkbox>
|
|
|
|
|
</li>
|
|
|
|
|
<li className="fl" style={{width: '150px'}}>
|
|
|
|
|