Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
现在我正在使用Summernote文本编辑器。它是如此简单和可定制。但我想自定义宽度。例子:
$("#editor").summernote({ 'width':200px, });
以上代码无效。我该怎么做?
您可以使用如下所示的宽度。
$('.editor').summernote({ width: 150, //don't use px });
对我来说,它有助于用另一个具有样式的 div 包装编辑器
<div style="width: 80%;">