Summernote 合并段落后添加跨度

问题描述 投票:0回答:2
javascript html bootstrap-4 wysiwyg summernote
2个回答
0
投票

我遇到了同样的问题,我通过向 note-editable 类添加 css 规则来解决:

.note-editable * {
    line-height: inherit!important;
    font-size: 14px!important;
    font-family: 'Open Sans';
 }

这为我解决了这个问题。


0
投票

2024 年,同样的问题,Sachi Cortes 修复对我不起作用。有什么解决办法吗?

© www.soinside.com 2019 - 2024. All rights reserved.