提交 940947f3 authored 作者: 钟是志's avatar 钟是志

wangEditor 组件 配置 zIndex 为20

上级 2e9fe643
......@@ -39,6 +39,7 @@ export default function Index({
editor = new WangEditor(`#wangEditor${domKey}`);
const menuKey = 'PdfMenuKey';
editor.menus.extend(menuKey, PdfMenu);
editor.config.zIndex = 20;
if (height) {
editor.config.height = height; // 编辑器高度
}
......
......@@ -33,9 +33,7 @@ export default function Index({
editor = new WangEditor(`#wangEditor${domKey}`);
const menuKey = 'PdfMenuKey';
editor.menus.extend(menuKey, PdfMenu);
editor.config.zIndex = 20;
if (height) {
editor.config.height = height; // 编辑器高度
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论