|
|
|
@ -184,6 +184,9 @@ class UseBank extends Component{
|
|
|
|
|
let { flag, nav_my, loading, hasMore, object_list, search, checkBoxValues,isChecked,page,is_teacher }=this.state
|
|
|
|
|
let { object_type }=this.props;
|
|
|
|
|
const antIcon = <Icon type="loading" style={{ fontSize: 24 }} spin />;
|
|
|
|
|
console.log("题库选用2222");
|
|
|
|
|
console.log("UseBank");
|
|
|
|
|
console.log(this.props);
|
|
|
|
|
return(
|
|
|
|
|
<a>
|
|
|
|
|
<style>{`
|
|
|
|
@ -199,7 +202,7 @@ class UseBank extends Component{
|
|
|
|
|
width: 170px !important;
|
|
|
|
|
}
|
|
|
|
|
.bankwidth{
|
|
|
|
|
width:24% !important;
|
|
|
|
|
width:27% !important;
|
|
|
|
|
overflow:hidden;
|
|
|
|
|
text-overflow:ellipsis;
|
|
|
|
|
white-space:nowrap
|
|
|
|
@ -292,8 +295,22 @@ class UseBank extends Component{
|
|
|
|
|
nav_my==='public' &&
|
|
|
|
|
<span className="fl with16 color-grey-6 task-hide pl10">{item.username}</span>
|
|
|
|
|
}
|
|
|
|
|
<a style={{textAlign: "center"}} className="color-blue font-14"
|
|
|
|
|
{
|
|
|
|
|
this.props.object_type && this.props.object_type === "" ?
|
|
|
|
|
<a style={{textAlign: "center"}} className="color-blue font-14 pl5"
|
|
|
|
|
>编辑</a>
|
|
|
|
|
: this.props.object_type && this.props.object_type === "" ?
|
|
|
|
|
<a style={{textAlign: "center"}} className="color-blue font-14 pl5"
|
|
|
|
|
>编辑</a>
|
|
|
|
|
: this.props.object_type && this.props.object_type === "" ?
|
|
|
|
|
<a style={{textAlign: "center"}} className="color-blue font-14 pl5"
|
|
|
|
|
>编辑</a>
|
|
|
|
|
: this.props.object_type && this.props.object_type === "" ?
|
|
|
|
|
<a style={{textAlign: "center"}} className="color-blue font-14 pl5"
|
|
|
|
|
>编辑</a>
|
|
|
|
|
: ""
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</p>
|
|
|
|
|
)
|
|
|
|
|