FIX zindex引起的富文本编辑器样式错误
This commit is contained in:
parent
22546a1e15
commit
09ecd7fed7
|
|
@ -14,7 +14,7 @@
|
||||||
config: {
|
config: {
|
||||||
locale: this.$i18n.messages[this.$i18n.locale].el,
|
locale: this.$i18n.messages[this.$i18n.locale].el,
|
||||||
size: "default",
|
size: "default",
|
||||||
zIndex: 10,
|
zIndex: 2000,
|
||||||
button: {
|
button: {
|
||||||
autoInsertSpace: false
|
autoInsertSpace: false
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -54,4 +54,5 @@
|
||||||
.layout-setting,.diy-grid-setting {background-color: var(--el-color-primary)!important;}
|
.layout-setting,.diy-grid-setting {background-color: var(--el-color-primary)!important;}
|
||||||
|
|
||||||
/* 覆盖tinymce样式 */
|
/* 覆盖tinymce样式 */
|
||||||
.sceditor .tox-tinymce {border: 1px solid #DCDFE6;border-radius: 0;}
|
.sceditor .tox-tinymce {border: 1px solid #DCDFE6;border-radius: 0;}
|
||||||
|
body .tox-tinymce-aux {z-index: 5700;}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue