配置实训KE编辑器宽度修改

This commit is contained in:
Linda 2017-03-24 14:10:57 +08:00
parent 82fdb9c867
commit 8b907ff973
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
<%= f.kindeditor :description, :editor_id => 'shixun_setting_editor',
:owner_id => @shixun.nil? ? 0: @shixun.id,
:owner_type => OwnerTypeHelper::PROJECT,
:width => '85%',
:width => '700',
:height => 300,
:minHeight=> 300,
:class => 'fl ml5 w690',