|
|
|
@ -28,7 +28,7 @@ class PollListItem extends Component{
|
|
|
|
|
let canNotLink = !isAdminOrStudent && item.lock_status == 0
|
|
|
|
|
return(
|
|
|
|
|
|
|
|
|
|
<div className="workList_Item polllisthover" style={{cursor : IsAdmin ? "pointer" : "default",padding:"30px" }} onClick={() => this.props.onItemClick(this.props.item)}>
|
|
|
|
|
<div className="workList_Item polllisthover" style={{cursor : IsAdmin ? "pointer" : "default",padding:"30px" }} onClick={() => window.$(`.pollitem${index} input`).click() }>
|
|
|
|
|
{
|
|
|
|
|
IsAdmin &&
|
|
|
|
|
<span className={`pollitem${index} fl mr12`}>
|
|
|
|
|