配置实训KE编辑器宽度修改
This commit is contained in:
parent
82fdb9c867
commit
8b907ff973
|
@ -14,7 +14,7 @@
|
||||||
<%= f.kindeditor :description, :editor_id => 'shixun_setting_editor',
|
<%= f.kindeditor :description, :editor_id => 'shixun_setting_editor',
|
||||||
:owner_id => @shixun.nil? ? 0: @shixun.id,
|
:owner_id => @shixun.nil? ? 0: @shixun.id,
|
||||||
:owner_type => OwnerTypeHelper::PROJECT,
|
:owner_type => OwnerTypeHelper::PROJECT,
|
||||||
:width => '85%',
|
:width => '700',
|
||||||
:height => 300,
|
:height => 300,
|
||||||
:minHeight=> 300,
|
:minHeight=> 300,
|
||||||
:class => 'fl ml5 w690',
|
:class => 'fl ml5 w690',
|
||||||
|
|
Loading…
Reference in New Issue