提交问卷答案时样式调整

This commit is contained in:
sw 2015-06-09 17:11:54 +08:00
parent 4c5d2d5055
commit f3dd7c11b6
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
$('#ajax-modal').html('<%= escape_javascript(render :partial => 'commit_alert',:locals => {:status => @status}) %>');
showModal('ajax-modal', '250px');
$('#ajax-modal').css('height','100px');
showModal('ajax-modal', '270px');
$('#ajax-modal').css('height','110px');
$('#ajax-modal').siblings().remove();
$('#ajax-modal').before("<span style='float: right;cursor:pointer;'>" +
"<a href='javascript:' onclick='hidden_atert_form();'><img src='/images/bid/close.png' width='26px' height='26px' /></a></span>");