|
|
|
@ -202,7 +202,7 @@ class UseBank extends Component{
|
|
|
|
|
width: 170px !important;
|
|
|
|
|
}
|
|
|
|
|
.bankwidth{
|
|
|
|
|
width:27% !important;
|
|
|
|
|
width:32% !important;
|
|
|
|
|
overflow:hidden;
|
|
|
|
|
text-overflow:ellipsis;
|
|
|
|
|
white-space:nowrap
|
|
|
|
@ -213,6 +213,10 @@ class UseBank extends Component{
|
|
|
|
|
text-overflow:ellipsis;
|
|
|
|
|
white-space:nowrap
|
|
|
|
|
}
|
|
|
|
|
.with58{
|
|
|
|
|
width:58% !important;
|
|
|
|
|
Margin-left:15px
|
|
|
|
|
}
|
|
|
|
|
`}</style>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -290,7 +294,7 @@ class UseBank extends Component{
|
|
|
|
|
return (
|
|
|
|
|
<p className="clearfix mb7" key={item.id}>
|
|
|
|
|
<Checkbox className="fl" value={item.id} key={item.id}></Checkbox>
|
|
|
|
|
<span className="fl with65">
|
|
|
|
|
<span className={nav_my === 'myself' ? "fl with58" : "fl with65"}>
|
|
|
|
|
<label className="task-hide fl" title={item.name && item.name.length > 30 ? item.name:""} style={{"maxWidth":"100%"}}>{item.name}</label>
|
|
|
|
|
</span>
|
|
|
|
|
<span title={item.course_list_name && item.course_list_name.length > 10 && item.course_list_name}
|
|
|
|
|