关于富文本tinymce插件显示需要秘钥问题,亲测有效

498 阅读1分钟

先看效果,这个就是去除后的效果!!!

image.png

这是未去除的效果!!!

image.png

去除这个可以直接在对应的主题中设置一行这个代码即可

image.png

代码如下:

.tox.tox-silver-sink.tox-tinymce-aux.tox-platform-touch .tox-notifications-container,
.tox.tox-silver-sink.tox-tinymce-aux .tox-notifications-container {
	position: absolute !important;
	top: -10000px !important;
	width: auto!important;
	height: 20px;
	background: salmon;
}

有需要的小伙伴可以去试试!!!