Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
educationStu
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
向伟
educationStu
Commits
ea04ee0f
Commit
ea04ee0f
authored
Sep 17, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
80fe56de
Hide whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
19 additions
and
19 deletions
+19
-19
Calculation.vue
src/components/subject/Calculation.vue
+1
-1
Cloze.vue
src/components/subject/Cloze.vue
+1
-1
Connect.vue
src/components/subject/Connect.vue
+1
-1
Dataquestion.vue
src/components/subject/Dataquestion.vue
+1
-1
EntryProblem.vue
src/components/subject/EntryProblem.vue
+1
-1
FillInTheBlanks.vue
src/components/subject/FillInTheBlanks.vue
+1
-1
ListenTopic.vue
src/components/subject/ListenTopic.vue
+1
-1
MultipleChoice.vue
src/components/subject/MultipleChoice.vue
+1
-1
Other.vue
src/components/subject/Other.vue
+1
-1
SharingChoose.vue
src/components/subject/SharingChoose.vue
+1
-1
SingleChoice.vue
src/components/subject/SingleChoice.vue
+1
-1
SingleChoiceNumber.vue
src/components/subject/SingleChoiceNumber.vue
+1
-1
easyQuestion.vue
src/components/subject/easyQuestion.vue
+1
-1
judge.vue
src/components/subject/judge.vue
+1
-1
nounExplanation.vue
src/components/subject/nounExplanation.vue
+1
-1
readingCompre.vue
src/components/subject/readingCompre.vue
+1
-1
shortAnswer.vue
src/components/subject/shortAnswer.vue
+1
-1
examPaper.vue
src/pages/exam/examPaper.vue
+2
-2
No files found.
src/components/subject/Calculation.vue
View file @
ea04ee0f
...
@@ -196,7 +196,7 @@ export default {
...
@@ -196,7 +196,7 @@ export default {
}
}
.ExamIndex_Box
{
.ExamIndex_Box
{
margin-right
:
20
px
;
margin-right
:
40
r
px
;
}
}
.Exam_Total
{
.Exam_Total
{
...
...
src/components/subject/Cloze.vue
View file @
ea04ee0f
...
@@ -207,7 +207,7 @@
...
@@ -207,7 +207,7 @@
}
}
.ExamIndex_Box
{
.ExamIndex_Box
{
margin-right
:
20
px
;
margin-right
:
40
r
px
;
}
}
.Exam_Total
{
.Exam_Total
{
...
...
src/components/subject/Connect.vue
View file @
ea04ee0f
...
@@ -145,7 +145,7 @@ export default {
...
@@ -145,7 +145,7 @@ export default {
justify-content
:
space-between
;
justify-content
:
space-between
;
}
}
.ExamIndex_Box
{
.ExamIndex_Box
{
margin-right
:
20
px
;
margin-right
:
40
r
px
;
}
}
.Single_Before
{
.Single_Before
{
font-size
:
28
rpx
;
font-size
:
28
rpx
;
...
...
src/components/subject/Dataquestion.vue
View file @
ea04ee0f
...
@@ -230,7 +230,7 @@ export default {
...
@@ -230,7 +230,7 @@ export default {
}
}
.ExamIndex_Box
{
.ExamIndex_Box
{
margin-right
:
20
px
;
margin-right
:
40
r
px
;
}
}
.Single_Before
{
.Single_Before
{
...
...
src/components/subject/EntryProblem.vue
View file @
ea04ee0f
...
@@ -207,7 +207,7 @@ export default {
...
@@ -207,7 +207,7 @@ export default {
}
}
.ExamIndex_Box
{
.ExamIndex_Box
{
margin-right
:
20
px
;
margin-right
:
40
r
px
;
}
}
.isTrueAnswer
{
.isTrueAnswer
{
...
...
src/components/subject/FillInTheBlanks.vue
View file @
ea04ee0f
...
@@ -204,7 +204,7 @@ export default {
...
@@ -204,7 +204,7 @@ export default {
border-radius
:
5px
;
border-radius
:
5px
;
}
}
.ExamIndex_Box
{
.ExamIndex_Box
{
margin-right
:
20
px
;
margin-right
:
40
r
px
;
}
}
.Single_Before
{
.Single_Before
{
...
...
src/components/subject/ListenTopic.vue
View file @
ea04ee0f
...
@@ -457,7 +457,7 @@ export default {
...
@@ -457,7 +457,7 @@ export default {
}
}
.ExamIndex_Box
{
.ExamIndex_Box
{
margin-right
:
20
px
;
margin-right
:
40
r
px
;
}
}
.Single_Before
{
.Single_Before
{
...
...
src/components/subject/MultipleChoice.vue
View file @
ea04ee0f
...
@@ -223,7 +223,7 @@ export default {
...
@@ -223,7 +223,7 @@ export default {
}
}
.ExamIndex_Box
{
.ExamIndex_Box
{
margin-right
:
20
px
;
margin-right
:
40
r
px
;
}
}
.isTrueAnswer
{
.isTrueAnswer
{
...
...
src/components/subject/Other.vue
View file @
ea04ee0f
...
@@ -208,7 +208,7 @@
...
@@ -208,7 +208,7 @@
font-size
:
28
rpx
;
font-size
:
28
rpx
;
}
}
.ExamIndex_Box
{
.ExamIndex_Box
{
margin-right
:
20
px
;
margin-right
:
40
r
px
;
}
}
.Single_Before
{
.Single_Before
{
...
...
src/components/subject/SharingChoose.vue
View file @
ea04ee0f
...
@@ -262,7 +262,7 @@
...
@@ -262,7 +262,7 @@
}
}
.ExamIndex_Box
{
.ExamIndex_Box
{
margin-right
:
20
px
;
margin-right
:
40
r
px
;
}
}
.Single_Before
{
.Single_Before
{
...
...
src/components/subject/SingleChoice.vue
View file @
ea04ee0f
...
@@ -225,7 +225,7 @@
...
@@ -225,7 +225,7 @@
}
}
.ExamIndex_Box
{
.ExamIndex_Box
{
margin-right
:
20
px
;
margin-right
:
40
r
px
;
}
}
.Exam_Total
{
.Exam_Total
{
...
...
src/components/subject/SingleChoiceNumber.vue
View file @
ea04ee0f
...
@@ -257,7 +257,7 @@ export default {
...
@@ -257,7 +257,7 @@ export default {
}
}
.ExamIndex_Box
{
.ExamIndex_Box
{
margin-right
:
20
px
;
margin-right
:
40
r
px
;
}
}
.Exam_Total
{
.Exam_Total
{
...
...
src/components/subject/easyQuestion.vue
View file @
ea04ee0f
...
@@ -196,7 +196,7 @@ export default {
...
@@ -196,7 +196,7 @@ export default {
}
}
.ExamIndex_Box
{
.ExamIndex_Box
{
margin-right
:
20
px
;
margin-right
:
40
r
px
;
}
}
.isTrueAnswer
{
.isTrueAnswer
{
...
...
src/components/subject/judge.vue
View file @
ea04ee0f
...
@@ -191,7 +191,7 @@
...
@@ -191,7 +191,7 @@
}
}
.ExamIndex_Box
{
.ExamIndex_Box
{
margin-right
:
20
px
;
margin-right
:
40
r
px
;
}
}
.Single_Before
{
.Single_Before
{
...
...
src/components/subject/nounExplanation.vue
View file @
ea04ee0f
...
@@ -199,7 +199,7 @@ export default {
...
@@ -199,7 +199,7 @@ export default {
}
}
.ExamIndex_Box
{
.ExamIndex_Box
{
margin-right
:
20
px
;
margin-right
:
40
r
px
;
}
}
.isTrueAnswer
{
.isTrueAnswer
{
color
:
green
!important
;
color
:
green
!important
;
...
...
src/components/subject/readingCompre.vue
View file @
ea04ee0f
...
@@ -331,7 +331,7 @@
...
@@ -331,7 +331,7 @@
}
}
.ExamIndex_Box
{
.ExamIndex_Box
{
margin-right
:
20
px
;
margin-right
:
40
r
px
;
}
}
.Single_Before
{
.Single_Before
{
...
...
src/components/subject/shortAnswer.vue
View file @
ea04ee0f
...
@@ -193,7 +193,7 @@ export default {
...
@@ -193,7 +193,7 @@ export default {
}
}
.ExamIndex_Box
{
.ExamIndex_Box
{
margin-right
:
20
px
;
margin-right
:
40
r
px
;
}
}
.isTrueAnswer
{
.isTrueAnswer
{
color
:
green
!important
;
color
:
green
!important
;
...
...
src/pages/exam/examPaper.vue
View file @
ea04ee0f
...
@@ -629,8 +629,8 @@ export default {
...
@@ -629,8 +629,8 @@ export default {
}
}
.answerSheet
{
.answerSheet
{
font-size
:
3
0
rpx
;
font-size
:
4
0
rpx
;
margin-left
:
2
0
rpx
;
margin-left
:
3
0
rpx
;
color
:
#000
;
color
:
#000
;
}
}
</
style
>
</
style
>
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