Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

在dialog中使用tinymce,点击tinymce的表情弹框被dialog覆盖 #3418

Closed
418545106 opened this issue Sep 9, 2020 · 3 comments
Closed

Comments

@418545106
Copy link

<el-dialog
    :title="title"
    :visible.sync="visible"
    width="50%"
    :close-on-click-modal="false"
    class="dialog-wrapper"
    append-to-body
    @close="close"
  >
<el-form-item label="内容">
            <editor
              ref="editor"
              v-model="media.resContents"
              :init="init"
            />
          </el-form-item>
</el-dialog>

image
需要关闭dialog才能出现tinymce的弹窗
image

@veryverylucky
Copy link

请问解决了不 同遇到

@418545106
Copy link
Author

最后我自己覆盖了样式
// 解决tinymce 弹窗被覆盖
.tox-tinymce-aux{
z-index: 3000 !important;
}

@swatyb123
Copy link

谢谢,已解决

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants