内容长度提醒
This commit is contained in:
parent
8c0f9d24f8
commit
6209250e6d
|
@ -8,6 +8,7 @@
|
|||
<div class="field">
|
||||
<%= f.kindeditor :content, :edit_id => 'system_message', :width => '87%', :resizeType => '0', :no_label => true %>
|
||||
</div>
|
||||
<div class="admin_message_warn">(消息内容不超过255个字符!)</div>
|
||||
<div>
|
||||
<p id="content_notice_span" class="ml55"></p>
|
||||
</div>
|
||||
|
|
|
@ -2807,4 +2807,6 @@ img.school_avatar {
|
|||
width: 100px;
|
||||
height: 100px;
|
||||
max-width: none;
|
||||
}
|
||||
}
|
||||
|
||||
.admin_message_warn{font-size: 12px;color: red;}
|
Loading…
Reference in New Issue