提交 3bd83461 authored 作者: 钟是志's avatar 钟是志

3788 北电行为规范活动,有序无序不生效

上级 b2723035
...@@ -71,7 +71,7 @@ export default function Index({ ...@@ -71,7 +71,7 @@ export default function Index({
editor.config.uploadImgMaxSize = 3 * 1024 * 1024; // 上传的图片不能大于3M editor.config.uploadImgMaxSize = 3 * 1024 * 1024; // 上传的图片不能大于3M
editor.config.uploadImgMaxLength = 1; // 一次最多上传 1 个图片 editor.config.uploadImgMaxLength = 1; // 一次最多上传 1 个图片
editor.config.showFullScreen = false; // 关闭全局变量 editor.config.showFullScreen = false; // 关闭全局变量
editor.config.menus = menus || [ editor.config.menus = menus && menus.filter((g) => g !== 'list' && g !== 'table') || [
// 配置菜单 // 配置菜单
'head', 'head',
'bold', 'bold',
...@@ -85,13 +85,13 @@ export default function Index({ ...@@ -85,13 +85,13 @@ export default function Index({
'foreColor', 'foreColor',
'backColor', 'backColor',
'link', 'link',
'list', // 'list', // 不生效
'justify', 'justify',
'quote', 'quote',
// 'emoticon', // 'emoticon',
'image', 'image',
'video', 'video',
'table', // 'table', // 样式会错位
// 'code', // 'code',
'splitLine', 'splitLine',
'PdfMenuKey', 'PdfMenuKey',
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论