2017-07-07 66 views
0

我使用sommernote編輯器。我得到sommernote圖標的問題。 這裏是圖像。 enter image description heresummernote圖標未顯示在線

我想在一行中的所有圖標。

這裏是我的代碼

$('.summernote').summernote({ 
    toolbar: [ 
     // [groupName, [list of button]] 
     ['style', ['bold', 'italic', 'underline', 'clear']], 
     ['fontsize', ['fontsize']], 
     ['para', ['ul', 'ol', 'paragraph']], 
     ['insert', ['link','hr']], 
     ['Misc',['fullscreen','help']] 
    ] 
    }); 
+0

你是否包括所需的CSS? –

回答

0

問題是bootstrap.css和summurnote.css是壓倒一切的。