Laravel ckeditor工具栏没有正确设置风格,它显示没有样式

时间:2018-03-07 11:51:38

标签: jquery laravel ckeditor

我在laravel中使用了Ckeditore,它的功能正常,但工具栏样式不起作用。 这是ckeditore的代码。

      <textarea name="other_detail" id="other_detail" 
         class="form-control input-field" >
            <?php echo @$project[0]->other_detail;?>
            </textarea>

  <script src="/vendor/unisharp/laravel-ckeditor/ckeditor.js"></script>
  <script>
 CKEDITOR.replace('other_detail');
 </script>

my Logcat

1 个答案:

答案 0 :(得分:1)

请分享您的布局。所以我可以看到你如何使用布局中的js和CSS文件。 我确定这个问题是由于你的一些CSS。