vue-ueditor-wrap设置内容高度自动图片缩放问题
可能会因为层级问题导致缩放没有效果需要设置'zIndex'层级配置
editorConfig: {
toolbars: [
[
...
],
],
zIndex: 9000,
},
```
发表评论
评论 295