Toggle navigation
Toggle navigation
This project
Loading...
Sign in
monitor_v3
/
hg-monitor-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
鲁尚清
3 years ago
Commit
fdcea89543be4aaad5738da8efa7da3023efb8cd
1 parent
124f564e
富文本框暂时屏蔽一些工具
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
hg-monitor-web-base/src/main/resources/static/vue3/src/components/common/wangEditorComponent/index.js
hg-monitor-web-base/src/main/resources/static/vue3/src/components/common/wangEditorComponent/index.js
View file @
fdcea89
...
...
@@ -156,17 +156,17 @@ export default {
'strikeThrough'
,
// 删除线
'foreColor'
,
// 文字颜色
'backColor'
,
// 背景颜色
'link'
,
// 插入链接
'list'
,
// 列表
/*'link', // 插入链接
'list', // 列表*/
'justify'
,
// 对齐方式
'quote'
,
// 引用
/*
'quote', // 引用
'emoticon', // 表情
'image', // 插入图片
'table', // 表格
'video', // 插入视频
'code', // 插入代码
'undo', // 撤销
'redo'
,
// 重复
'redo', // 重复
*/
'fullscreen'
// 全屏
]
...
...
Please
register
or
login
to post a comment