📅  最后修改于: 2022-03-11 14:57:11.529000             🧑  作者: Mango
//dialogsInBody setting
$('.summernote').summernote({
height: 300, // set editor height
width: "90%", // set editor height
minHeight: null, // set minimum height of editor
maxHeight: null, // set maximum height of editor
dialogsInBody: true
});