Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
confucius
Commits
f79e9345
Commit
f79e9345
authored
Oct 20, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
9c07d583
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
16 additions
and
6 deletions
+16
-6
ueditor.css
public/static/UE/themes/default/css/ueditor.css
+4
-0
Hyperlinks.png
public/static/UE/themes/default/images/Hyperlinks.png
+0
-0
Unlink.png
public/static/UE/themes/default/images/Unlink.png
+0
-0
redo.png
public/static/UE/themes/default/images/redo.png
+0
-0
undo.png
public/static/UE/themes/default/images/undo.png
+0
-0
ueditor.config.js
public/static/UE/ueditor.config.js
+2
-2
addimageText.vue
src/pages/teacher/contribution/addimageText.vue
+10
-4
No files found.
public/static/UE/themes/default/css/ueditor.css
View file @
f79e9345
...
...
@@ -560,10 +560,14 @@ div.edui-box {
}
.edui-default
.edui-for-undo
.edui-icon
{
background-position
:
-160px
0
;
background
:
url(../images/undo.png)
;
background-size
:
100%
100%
;
}
.edui-default
.edui-for-redo
.edui-icon
{
background-position
:
-100px
0
;
background
:
url(../images/redo.png)
;
background-size
:
100%
100%
;
}
...
...
public/static/UE/themes/default/images/Hyperlinks.png
View replaced file @
9c07d583
View file @
f79e9345
802 Bytes
|
W:
|
H:
5.25 KB
|
W:
|
H:
2-up
Swipe
Onion skin
public/static/UE/themes/default/images/Unlink.png
View replaced file @
9c07d583
View file @
f79e9345
945 Bytes
|
W:
|
H:
5.76 KB
|
W:
|
H:
2-up
Swipe
Onion skin
public/static/UE/themes/default/images/redo.png
0 → 100644
View file @
f79e9345
3.92 KB
public/static/UE/themes/default/images/undo.png
0 → 100644
View file @
f79e9345
4 KB
public/static/UE/ueditor.config.js
View file @
f79e9345
...
...
@@ -51,7 +51,7 @@
//'music'
//'attachment', //附件
// 'source', '|',
//
'undo', 'redo', '|',
'undo'
,
'redo'
,
'|'
,
//'fontborder', 'strikethrough', 'superscript', 'subscript',
//'autotypeset', 'blockquote', 'pasteplain', '|',
// 'backcolor', 'insertorderedlist', 'insertunorderedlist',
...
...
@@ -61,7 +61,7 @@
//'customstyle', 'paragraph',
//'directionalityltr', 'directionalityrtl', 'indent', '|',
//'touppercase', 'tolowercase', '|',
//
'link', 'unlink',
'link'
,
'unlink'
,
//'anchor', '|',
//'imagenone', 'imageleft', 'imageright', 'imagecenter', '|',
//'simpleupload',
...
...
src/pages/teacher/contribution/addimageText.vue
View file @
f79e9345
...
...
@@ -52,7 +52,7 @@
}
</
style
>
<
template
>
<div
class=
"addimageText"
>
<div
class=
"addimageText"
v-if=
"ishowloading"
>
<!--
<div
class=
"box_l"
style=
"display:none;"
>
<div
class=
"box_l_center"
>
<div
class=
"appmsg_account"
>
...
...
@@ -151,13 +151,15 @@
data
()
{
return
{
select
:
1
,
ishowloading
:
false
,
Name
:
''
,
author
:
''
,
list
:
[],
config
:
{
initialFrameWidth
:
null
,
initialFrameHeight
:
500
,
zIndex
:
99
zIndex
:
99
,
},
importFileUrl2
:
this
.
domainManager
().
UploadFileUrl2
,
getImgChoice
:
false
,
...
...
@@ -182,7 +184,12 @@
},
created
()
{
if
(
this
.
$route
.
query
&&
this
.
$route
.
query
.
type
)
{
this
.
addMsg
.
Type
=
this
.
$route
.
query
.
type
this
.
addMsg
.
Type
=
this
.
$route
.
query
.
type
;
if
(
this
.
addMsg
.
Type
==
2
||
this
.
addMsg
.
Type
==
3
){
this
.
config
.
toolbars
=
[
'undo'
,
'redo'
,
'link'
,
'unlink'
,
'emotion'
]
this
.
$forceUpdate
()
}
this
.
ishowloading
=
true
}
if
(
this
.
$route
.
query
&&
this
.
$route
.
query
.
Id
)
{
//编辑
this
.
addMsg
.
Id
=
this
.
$route
.
query
.
Id
;
...
...
@@ -253,7 +260,6 @@
this
.
$refs
.
UE_cb
.
hyperlinks
(
data
)
},
getcontnet
(
data
){
console
.
log
(
data
)
this
.
addMsg
.
Content
=
data
},
savemove
(
type
)
{
...
...
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