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.
我正在尝试根据用户交互显示和隐藏特定样式。理想情况下,只要用户交互发生变化,就不需要更改所有文本的样式标记。是否可以在 quill iFrame 内的编辑器容器上切换一个类?如果是这样,怎么做?
编辑器有一个实例变量 root,它是 iframe 中的容器。
var quill = new Quill('#editor'); quill.root.classList.add('active');