diff --git a/src/main/resources/templates/building/save.html b/src/main/resources/templates/building/save.html index a4bc851..e757929 100644 --- a/src/main/resources/templates/building/save.html +++ b/src/main/resources/templates/building/save.html @@ -332,7 +332,7 @@ // 初始化备注富文本 function initRemakeRichText() { var editor = new wangEditor('#remake'); - editor.customConfig.zIndex = 1000; + editor.customConfig.zIndex = 0; editor.customConfig.uploadImgMaxSize = 5 * 1024 * 1024; editor.customConfig.uploadImgMaxLength = 1; editor.customConfig.uploadFileName = 'image'; diff --git a/src/main/resources/templates/building/update.html b/src/main/resources/templates/building/update.html index a5cf427..30b3085 100644 --- a/src/main/resources/templates/building/update.html +++ b/src/main/resources/templates/building/update.html @@ -528,7 +528,7 @@ // 初始化备注富文本 function initRemakeRichText(value) { var editor = new wangEditor('#remake'); - editor.customConfig.zIndex = 1000; + editor.customConfig.zIndex = 0; editor.customConfig.uploadImgMaxSize = 5 * 1024 * 1024; editor.customConfig.uploadImgMaxLength = 1; editor.customConfig.uploadFileName = 'image'; diff --git a/src/main/resources/templates/houseuser/save.html b/src/main/resources/templates/houseuser/save.html index 01d3524..01c24e7 100644 --- a/src/main/resources/templates/houseuser/save.html +++ b/src/main/resources/templates/houseuser/save.html @@ -167,7 +167,7 @@ // 初始化备注富文本 function initRemakeRichText() { var editor = new wangEditor('#remake'); - editor.customConfig.zIndex = 1000; + editor.customConfig.zIndex = 0; editor.customConfig.uploadImgMaxSize = 5 * 1024 * 1024; editor.customConfig.uploadImgMaxLength = 1; editor.customConfig.uploadFileName = 'image'; diff --git a/src/main/resources/templates/houseuser/update.html b/src/main/resources/templates/houseuser/update.html index a09b0fc..8930517 100644 --- a/src/main/resources/templates/houseuser/update.html +++ b/src/main/resources/templates/houseuser/update.html @@ -171,7 +171,7 @@ // 初始化备注富文本 function initRemakeRichText(value) { var editor = new wangEditor('#remake'); - editor.customConfig.zIndex = 1000; + editor.customConfig.zIndex = 0; editor.customConfig.uploadImgMaxSize = 5 * 1024 * 1024; editor.customConfig.uploadImgMaxLength = 1; editor.customConfig.uploadFileName = 'image'; diff --git a/src/main/resources/templates/houseusersub/save.html b/src/main/resources/templates/houseusersub/save.html index 49c7010..29460d7 100644 --- a/src/main/resources/templates/houseusersub/save.html +++ b/src/main/resources/templates/houseusersub/save.html @@ -189,7 +189,7 @@ // 初始化备注富文本 function initRemakeRichText() { var editor = new wangEditor('#remake'); - editor.customConfig.zIndex = 1000; + editor.customConfig.zIndex = 0; editor.customConfig.uploadImgMaxSize = 5 * 1024 * 1024; editor.customConfig.uploadImgMaxLength = 1; editor.customConfig.uploadFileName = 'image'; diff --git a/src/main/resources/templates/houseusersub/update.html b/src/main/resources/templates/houseusersub/update.html index c552a68..9373547 100644 --- a/src/main/resources/templates/houseusersub/update.html +++ b/src/main/resources/templates/houseusersub/update.html @@ -191,7 +191,7 @@ // 初始化备注富文本 function initRemakeRichText(value) { var editor = new wangEditor('#remake'); - editor.customConfig.zIndex = 1000; + editor.customConfig.zIndex = 0; editor.customConfig.uploadImgMaxSize = 5 * 1024 * 1024; editor.customConfig.uploadImgMaxLength = 1; editor.customConfig.uploadFileName = 'image'; diff --git a/src/main/resources/templates/residential/save.html b/src/main/resources/templates/residential/save.html index 3369918..39cd881 100644 --- a/src/main/resources/templates/residential/save.html +++ b/src/main/resources/templates/residential/save.html @@ -458,7 +458,7 @@ // 初始化备注富文本 function initRemakeRichText() { var editor = new wangEditor('#remake'); - editor.customConfig.zIndex = 1000; + editor.customConfig.zIndex = 0; editor.customConfig.uploadImgMaxSize = 5 * 1024 * 1024; editor.customConfig.uploadImgMaxLength = 1; editor.customConfig.uploadFileName = 'image'; diff --git a/src/main/resources/templates/residential/update.html b/src/main/resources/templates/residential/update.html index 1fc82e8..17e6ddf 100644 --- a/src/main/resources/templates/residential/update.html +++ b/src/main/resources/templates/residential/update.html @@ -497,7 +497,7 @@ // 初始化备注富文本 function initRemakeRichText(value) { var editor = new wangEditor('#remake'); - editor.customConfig.zIndex = 1000; + editor.customConfig.zIndex = 0; editor.customConfig.uploadImgMaxSize = 5 * 1024 * 1024; editor.customConfig.uploadImgMaxLength = 1; editor.customConfig.uploadFileName = 'image';