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.
为 suneditor 使用自定义工具栏容器时,布局混乱。
<div id='someContainer' />
...
<SunEditor setOptions={{ toolbarContainer : '#someContainer' }} />
工具栏 css 假定它位于类名为“sun-editor”的容器中。因此,请确保自定义容器包含“sun-editor”类名。
<div id='someContainer' class='sun-editor' />