内容长度提醒

tmp
huang 10 years ago
parent 8c0f9d24f8
commit 6209250e6d

@ -8,6 +8,7 @@
<div class="field"> <div class="field">
<%= f.kindeditor :content, :edit_id => 'system_message', :width => '87%', :resizeType => '0', :no_label => true %> <%= f.kindeditor :content, :edit_id => 'system_message', :width => '87%', :resizeType => '0', :no_label => true %>
</div> </div>
<div class="admin_message_warn">消息内容不超过255个字符</div>
<div> <div>
<p id="content_notice_span" class="ml55"></p> <p id="content_notice_span" class="ml55"></p>
</div> </div>

@ -2808,3 +2808,5 @@ img.school_avatar {
height: 100px; height: 100px;
max-width: none; max-width: none;
} }
.admin_message_warn{font-size: 12px;color: red;}
Loading…
Cancel
Save