修改富文本框遮挡问题。
This commit is contained in:
parent
df0f54c8c4
commit
3f7c13d75a
@ -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';
|
||||
|
@ -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';
|
||||
|
@ -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';
|
||||
|
@ -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';
|
||||
|
@ -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';
|
||||
|
@ -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';
|
||||
|
@ -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';
|
||||
|
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user