bug修改

This commit is contained in:
Renpc-kilig 2024-05-29 16:41:33 +08:00
parent 2605d1b157
commit cc1c36fabd

View File

@ -112,7 +112,7 @@
// 初始化正文富文本
function initContentRichText(value) {
var editor = new wangEditor('#content');
editor.customConfig.zIndex = 1000;
editor.customConfig.zIndex = 0;
editor.customConfig.uploadImgMaxSize = 5 * 1024 * 1024;
editor.customConfig.uploadImgMaxLength = 1;
editor.customConfig.uploadFileName = 'image';