SummerNote个性化

 

1.修改插入图片或链接等弹出框为局部的模态框:

只需要修改模态框的样式即可

/**防止summernote模态框滚动条消失**/
.modal-open {
    overflow: initial !important;
}
/**文本编辑器的插入对话框样式修改**/
.note-editor .modal{
    position: absolute !important;
}
.note-editor .modal-backdrop{
    position: absolute !important;
}

 


转载请注明来源:http://www.foospoon.com/?p=79

 

暂无评论

发表评论

邮箱地址不会被公开。 必填项已用*标注