问卷答题与查看页预览答题框的宽度设为一致

This commit is contained in:
daiao 2016-11-07 16:20:46 +08:00
parent 6dbf031d3b
commit 83c801878d
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@
}
}
</script>
<input class="fillInput" placeholder="在此填入答案" type="text" value="<%= get_anwser_vote_text(pq.id, User.current.id).html_safe %>" onblur="onblur_<%= pq.id %>(this);" <%= @can_edit_poll ? "" : "disabled=disabled" %>>
<textarea class="fillInput" placeholder="在此填入答案" type="text" style="height:54px" value="<%= get_anwser_vote_text(pq.id, User.current.id).html_safe %>" onblur="onblur_<%= pq.id %>(this);" <%= @can_edit_poll ? "" : "disabled=disabled" %>></textarea>
</div>
</div>
</div>