🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
配置编辑器高度 ``` editor.customConfig.height = 500; // 默认400 editor.create(); ``` **高度自适应,父元素100%** ``` editor.customConfig.height = 'auto'; // 默认400 editor.create(); ``` 然后设置父元素高度即可