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.
有谁知道如何增加 TinyMCE 中“字体系列下拉”列表项的字体大小?
谢谢!
您将需要创建一个自己的 css 文件并使用 tinymce 配置参数
content_css : your_css_file.css,
您的 css 文件必须包含以下内容。您可以在此处调整字体大小
.mceMenu span.mceText,.mceMenu .mcePreview { font-size: 11px; }