修改富文本框遮挡问题。

This commit is contained in:
Renpc-kilig 2021-11-22 16:00:25 +08:00
parent df0f54c8c4
commit 3f7c13d75a
8 changed files with 8 additions and 8 deletions

View File

@ -332,7 +332,7 @@
// 初始化备注富文本 // 初始化备注富文本
function initRemakeRichText() { function initRemakeRichText() {
var editor = new wangEditor('#remake'); var editor = new wangEditor('#remake');
editor.customConfig.zIndex = 1000; editor.customConfig.zIndex = 0;
editor.customConfig.uploadImgMaxSize = 5 * 1024 * 1024; editor.customConfig.uploadImgMaxSize = 5 * 1024 * 1024;
editor.customConfig.uploadImgMaxLength = 1; editor.customConfig.uploadImgMaxLength = 1;
editor.customConfig.uploadFileName = 'image'; editor.customConfig.uploadFileName = 'image';

View File

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

View File

@ -167,7 +167,7 @@
// 初始化备注富文本 // 初始化备注富文本
function initRemakeRichText() { function initRemakeRichText() {
var editor = new wangEditor('#remake'); var editor = new wangEditor('#remake');
editor.customConfig.zIndex = 1000; editor.customConfig.zIndex = 0;
editor.customConfig.uploadImgMaxSize = 5 * 1024 * 1024; editor.customConfig.uploadImgMaxSize = 5 * 1024 * 1024;
editor.customConfig.uploadImgMaxLength = 1; editor.customConfig.uploadImgMaxLength = 1;
editor.customConfig.uploadFileName = 'image'; editor.customConfig.uploadFileName = 'image';

View File

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

View File

@ -189,7 +189,7 @@
// 初始化备注富文本 // 初始化备注富文本
function initRemakeRichText() { function initRemakeRichText() {
var editor = new wangEditor('#remake'); var editor = new wangEditor('#remake');
editor.customConfig.zIndex = 1000; editor.customConfig.zIndex = 0;
editor.customConfig.uploadImgMaxSize = 5 * 1024 * 1024; editor.customConfig.uploadImgMaxSize = 5 * 1024 * 1024;
editor.customConfig.uploadImgMaxLength = 1; editor.customConfig.uploadImgMaxLength = 1;
editor.customConfig.uploadFileName = 'image'; editor.customConfig.uploadFileName = 'image';

View File

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

View File

@ -458,7 +458,7 @@
// 初始化备注富文本 // 初始化备注富文本
function initRemakeRichText() { function initRemakeRichText() {
var editor = new wangEditor('#remake'); var editor = new wangEditor('#remake');
editor.customConfig.zIndex = 1000; editor.customConfig.zIndex = 0;
editor.customConfig.uploadImgMaxSize = 5 * 1024 * 1024; editor.customConfig.uploadImgMaxSize = 5 * 1024 * 1024;
editor.customConfig.uploadImgMaxLength = 1; editor.customConfig.uploadImgMaxLength = 1;
editor.customConfig.uploadFileName = 'image'; editor.customConfig.uploadFileName = 'image';

View File

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