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
8e2aac5a
Commit
8e2aac5a
authored
Oct 09, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
f352d492
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
4 deletions
+11
-4
feedback-form.vue
src/components/teacher/feedback-form.vue
+11
-4
No files found.
src/components/teacher/feedback-form.vue
View file @
8e2aac5a
...
@@ -49,11 +49,17 @@
...
@@ -49,11 +49,17 @@
:key=
"index1"
:key=
"index1"
>
>
<div
class=
"ItemImgDiv"
>
<div
class=
"ItemImgDiv"
>
<
q-img
<
video
:src=
"item1"
:src=
"item1"
spinner-color=
"white"
style=
"height: 100%; height: 100%"
style=
"height: 100%; height: 100%"
/>
v-if=
"item1.indexOf('mp4') != -1"
></video>
<el-image
:src=
"item1"
style=
"height: 100%; height: 100%"
:preview-src-list=
"item.PhotoList"
v-else
></el-image>
<q-btn
<q-btn
size=
"7px"
size=
"7px"
@
click=
"deleteItemImg(index, index1)"
@
click=
"deleteItemImg(index, index1)"
...
@@ -116,7 +122,7 @@ export default {
...
@@ -116,7 +122,7 @@ export default {
persistent
:
true
,
persistent
:
true
,
saveLoading
:
false
,
saveLoading
:
false
,
rowindex
:
0
,
rowindex
:
0
,
ScoreOpts
:
[
0
,
1
,
2
,
3
,
4
,
5
],
ScoreOpts
:
[
1
,
2
,
3
,
4
,
5
],
dataList
:
[],
dataList
:
[],
};
};
},
},
...
@@ -202,6 +208,7 @@ export default {
...
@@ -202,6 +208,7 @@ export default {
width
:
118px
;
width
:
118px
;
height
:
118px
;
height
:
118px
;
position
:
relative
;
position
:
relative
;
overflow
:
hidden
;
margin
:
0
10px
10px
0
;
margin
:
0
10px
10px
0
;
display
:
inline-block
;
display
:
inline-block
;
}
}
...
...
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