diff --git a/src/main/resources/templates/agreementportal/update.html b/src/main/resources/templates/agreementportal/update.html index cca7fce..5e3f229 100644 --- a/src/main/resources/templates/agreementportal/update.html +++ b/src/main/resources/templates/agreementportal/update.html @@ -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';