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