wangEditor修改编辑器颜色为深色模式(夜间模式)

// 修改菜单栏背景颜色
this.editor.toolbarSelector.lastChild.style.background = '#000'
// 修改编辑框背景颜色
this.editor.toolbarSelector.firstChild.style.background = '#000'

 

posted @ 2021-09-30 10:02  林荼  阅读(767)  评论(0编辑  收藏  举报