Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
recruiting-management
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ui
recruiting-management
Commits
0dc37eb1
Commit
0dc37eb1
authored
Sep 09, 2019
by
zhangderong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
邮箱问题修复
parent
210240cb
Pipeline
#31
canceled with stages
Changes
3
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
56 additions
and
37 deletions
+56
-37
home.vue
src/components/home.vue
+1
-1
allResume.vue
src/page/resume/allResume.vue
+51
-32
config.js
static/ckeditor/config.js
+4
-4
No files found.
src/components/home.vue
View file @
0dc37eb1
...
...
@@ -9,7 +9,7 @@
<Icon
:type=
"menu.icon"
style=
"font-size:20px;font-weight:bold"
/>
{{
menu
.
item
}}
</
template
>
<MenuItem
v-for=
"
child in menu.child"
:key=
"child.name
"
:name=
"child.name"
@
click=
"go"
:active-name=
"levelThreeName"
>
{{child.item}}
</MenuItem>
<MenuItem
v-for=
"
(child,index) in menu.child"
:key=
"index
"
:name=
"child.name"
@
click=
"go"
:active-name=
"levelThreeName"
>
{{child.item}}
</MenuItem>
</Submenu>
</template>
</Menu>
...
...
src/page/resume/allResume.vue
View file @
0dc37eb1
This diff is collapsed.
Click to expand it.
static/ckeditor/config.js
View file @
0dc37eb1
...
...
@@ -10,7 +10,6 @@ CKEDITOR.editorConfig = function( config ) {
config
.
toolbarGroups
=
[
{
name
:
'
clipboard
'
,
groups
:
[
'
clipboard
'
,
'
undo
'
]
},
{
name
:
'
styles
'
,
groups
:
[
'
styles
'
]
},
{
name
:
'
document
'
,
groups
:
[
'
mode
'
,
'
document
'
,
'
doctools
'
]
},
{
name
:
'
forms
'
,
groups
:
[
'
forms
'
]
},
{
name
:
'
basicstyles
'
,
groups
:
[
'
basicstyles
'
,
'
cleanup
'
]
},
{
name
:
'
paragraph
'
,
groups
:
[
'
list
'
,
'
indent
'
,
'
blocks
'
,
'
align
'
,
'
bidi
'
,
'
paragraph
'
]
},
...
...
@@ -20,10 +19,11 @@ CKEDITOR.editorConfig = function( config ) {
{
name
:
'
tools
'
,
groups
:
[
'
tools
'
]
},
{
name
:
'
editing
'
,
groups
:
[
'
find
'
,
'
selection
'
,
'
spellchecker
'
,
'
editing
'
]
},
{
name
:
'
others
'
,
groups
:
[
'
others
'
]
},
{
name
:
'
about
'
,
groups
:
[
'
about
'
]
}
{
name
:
'
about
'
,
groups
:
[
'
about
'
]
},
{
name
:
'
document
'
,
groups
:
[
'
mode
'
,
'
document
'
,
'
doctools
'
]
},
];
config
.
removeButtons
=
'
Cut,Copy,Paste,PasteText,PasteFromWord,S
ource,S
ave,Templates,NewPage,Preview,Print,About,ShowBlocks,Flash,PageBreak,Iframe,Anchor,SelectAll,BidiLtr,BidiRtl,Language,CreateDiv,Superscript,Subscript,Form,Checkbox,Radio,TextField,Textarea,Select,Button,ImageButton,HiddenField,Find,Replace;Smiley,Smiley,Replace
'
;
config
.
removeButtons
=
'
Cut,Copy,Paste,PasteText,PasteFromWord,Save,Templates,NewPage,Preview,Print,About,ShowBlocks,Flash,PageBreak,Iframe,Anchor,SelectAll,BidiLtr,BidiRtl,Language,CreateDiv,Superscript,Subscript,Form,Checkbox,Radio,TextField,Textarea,Select,Button,ImageButton,HiddenField,Find,Replace;Smiley,Smiley,Replace
'
;
config
.
removeDialogTabs
=
'
image:advanced;link:advanced
'
;
config
.
removePlugins
=
'
elementspath,resize
'
;
// 移除编辑器底部状态栏显示的元素路径和调整编辑器大小的按钮
config
.
image_previewText
=
'
'
;
// 图片信息面板预览区内容的文字内容,默认显示CKEditor自带的内容
...
...
@@ -31,4 +31,4 @@ CKEDITOR.editorConfig = function( config ) {
config
.
resize_enabled
=
false
;
//禁止调整编辑器大小
config
.
removePlugins
=
'
image,elementspath,resize
'
;
// 移除编辑器底部状态栏显示的元素路径和调整编辑器大小的按钮,基础图片插件
};
};
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment