|
|
|
@ -185,6 +185,9 @@ class UseBank extends Component{
|
|
|
|
|
align-items: center;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
}
|
|
|
|
|
.setImgW .edu-nodata-img{
|
|
|
|
|
width:218px!important;
|
|
|
|
|
}
|
|
|
|
|
`}</style>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -224,7 +227,7 @@ class UseBank extends Component{
|
|
|
|
|
></Search>
|
|
|
|
|
</div>
|
|
|
|
|
{
|
|
|
|
|
nav_my==='myself'?
|
|
|
|
|
object_list && object_list.length == 0 && page == 1 ? "" : nav_my==='myself'?
|
|
|
|
|
<p className="color-grey-6 mb25 edu-txt-center">选用对象:你在课堂{engNameMap[object_type]}列表中已<span className="color-orange-tip">“加入题库”</span>的{engNameMap[object_type]}</p>
|
|
|
|
|
:
|
|
|
|
|
<p className="color-grey-6 mb25 edu-txt-center">选用对象:题库中已设置成公共属性的所有{engNameMap[object_type]}</p>
|
|
|
|
@ -240,7 +243,7 @@ class UseBank extends Component{
|
|
|
|
|
</div>
|
|
|
|
|
:
|
|
|
|
|
object_list && object_list.length == 0 && page == 1 ?
|
|
|
|
|
<NoneData></NoneData>
|
|
|
|
|
<div className="setImgW"><NoneData></NoneData></div>
|
|
|
|
|
:
|
|
|
|
|
<div className="edu-back-skyblue padding20" style={{"height":"230px", "overflowY": 'auto'}}>
|
|
|
|
|
<InfiniteScroll
|
|
|
|
@ -262,14 +265,10 @@ class UseBank extends Component{
|
|
|
|
|
return (
|
|
|
|
|
<p className="clearfix mb7" key={item.id}>
|
|
|
|
|
<Checkbox className="fl" value={item.id}></Checkbox>
|
|
|
|
|
<span className="fl with45">
|
|
|
|
|
<ConditionToolTip title={item.name} condition={item.name && item.name.length > 19 }>
|
|
|
|
|
<label className="task-hide fl" style={{"maxWidth":"208px;"}}>{item.name}</label>
|
|
|
|
|
</ConditionToolTip>
|
|
|
|
|
<span className="fl with65">
|
|
|
|
|
<label className="task-hide fl" title={item.name && item.name.length > 30 ? item.name:""} style={{"maxWidth":"100%"}}>{item.name}</label>
|
|
|
|
|
</span>
|
|
|
|
|
<ConditionToolTip title={item.course_list_name} condition={item.course_list_name && item.course_list_name.length > 13 }>
|
|
|
|
|
<span className={nav_my==='myself'?"fl with50 color-grey-6 task-hide pl5":"fl with30 color-grey-6 task-hide pl5"}>{item.course_list_name}</span>
|
|
|
|
|
</ConditionToolTip>
|
|
|
|
|
<span title={item.course_list_name && item.course_list_name.length > 14 && item.course_list_name} className={nav_my==='myself'?"fl with30 color-grey-6 task-hide pl5":"fl with30 color-grey-6 task-hide pl5"}>{item.course_list_name}</span>
|
|
|
|
|
{
|
|
|
|
|
nav_my==='public' &&
|
|
|
|
|
<span className="fl with16 color-grey-6 task-hide pl10">{item.username}</span>
|
|
|
|
|