1、当教师评论为空时,预留一部分显示

This commit is contained in:
sw 2015-04-27 17:52:16 +08:00
parent a64b3940dd
commit d2f1f7d142
1 changed files with 1 additions and 1 deletions

View File

@ -10,6 +10,6 @@
<%= hidden_field_tag 'show_name',params[:show_name],:value => show_name.nil? ? true : show_name %>
<%= submit_tag l(:button_feedback_respond), :name => nil ,
:class => "enterprise",
:style => "float: right; margin-top: 1px; margin-right: 4px;"%>
:style => "float: right; margin-top: 1px; margin-right: 4px;margin-bottom: 5px;"%>
<% end %>