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
8311a477
Commit
8311a477
authored
Nov 01, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
e188616c
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
App.vue
src/App.vue
+1
-1
chooseApplet.vue
src/pages/teacher/components/chooseApplet.vue
+2
-2
addimageText.vue
src/pages/teacher/contribution/addimageText.vue
+1
-1
contributionUE.vue
src/pages/teacher/contribution/ue/contributionUE.vue
+1
-1
No files found.
src/App.vue
View file @
8311a477
...
...
@@ -20,7 +20,7 @@ export default {
</
script
>
<
style
>
@import
url("//at.alicdn.com/t/font_2077629_
s9ukbvw57rq
.css")
;
@import
url("//at.alicdn.com/t/font_2077629_
ydmxbwmw55l
.css")
;
.q-scrollarea__thumb
{
z-index
:
999999
!important
;
}
...
...
src/pages/teacher/components/chooseApplet.vue
View file @
8311a477
...
...
@@ -43,7 +43,7 @@
<span>
{{
msg
.
title
}}
</span>
<div
style=
"width: 240px;height: 180px;border: 1px dashed #E3E4E5;display: flex;flex-direction: column;align-items: center;justify-content: center;background: #FFF;margin-top: 10px;"
v-if=
"msg.imgUrl==''"
>
<p
style=
"padding: 0 10px;text-align: center;"
>
图片尺寸为
1080*864像素
,大小不超过10M,暂不支持动图。
</p>
<p
style=
"padding: 0 10px;text-align: center;"
>
图片尺寸为
5:4
,大小不超过10M,暂不支持动图。
</p>
<q-btn
class=
"q-mr-md"
label=
"从图库选择"
@
click=
"getChoice()"
/>
</div>
<div
style=
"width: 240px;height: 180px;margin-top: 10px;"
v-if=
"msg.imgUrl!=''"
...
...
@@ -191,7 +191,7 @@
}
else
{
this
.
$q
.
notify
({
type
:
'negative'
,
message
:
`请上传图片尺寸为
1080*864像素
,`
,
message
:
`请上传图片尺寸为
5:4
,`
,
position
:
'top'
})
}
...
...
src/pages/teacher/contribution/addimageText.vue
View file @
8311a477
...
...
@@ -666,7 +666,7 @@
})
console
.
log
(
this
.
addMsg
.
SendContent
)
//
console.log(this.addMsg.SendContent)
}
}
},
...
...
src/pages/teacher/contribution/ue/contributionUE.vue
View file @
8311a477
...
...
@@ -172,7 +172,7 @@
//自己看的写法
html
+=
'<p><iframe height="320" width="auto" data-time='
+
dataTime
+
' data-miniprogram-appid='
+
data
.
appletmsg
.
AppID
+
' frameborder="0" allowtransparency="true" '
+
' style="background-color:transparent;border-radius: 3px;overflow: hidden;z-index: 0;" scrolling="no" '
+
' src="http://
localhost:8181
/#/teacher/contribution/graphicType?Name='
+
data
.
appletmsg
.
Name
+
'&Image='
+
' src="http://
edu.oytour.com
/#/teacher/contribution/graphicType?Name='
+
data
.
appletmsg
.
Name
+
'&Image='
+
data
.
appletmsg
.
Image
+
'&title='
+
data
.
title
+
'&imgUrl='
+
data
.
imgUrl
+
'" class="ans-insertaudio-module" module="_insertaudio">'
+
' </iframe><span data-time='
+
dataTime
+
'></span></p>'
;
...
...
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