|
|
@ -76,7 +76,15 @@ class PollDetailTabSecond extends Component{
|
|
|
|
</span>:""
|
|
|
|
</span>:""
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
<p className="mt10 font-16">{item.question.question_title}</p>
|
|
|
|
<p className="mt10 font-16">
|
|
|
|
|
|
|
|
<span className=" flex1" style={{
|
|
|
|
|
|
|
|
"white-space": "pre-wrap",
|
|
|
|
|
|
|
|
"word-break": "break-all",
|
|
|
|
|
|
|
|
"word-wrap": "break-word"
|
|
|
|
|
|
|
|
}}>
|
|
|
|
|
|
|
|
{item.question.question_title}
|
|
|
|
|
|
|
|
</span>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div className="countList">
|
|
|
|
<div className="countList">
|
|
|
|
<p className="countHeader">
|
|
|
|
<p className="countHeader">
|
|
|
|