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
d4b1a1b7
Commit
d4b1a1b7
authored
Sep 09, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
569074e8
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
40 additions
and
23 deletions
+40
-23
Calculation.vue
src/components/subject/Calculation.vue
+4
-2
Cloze.vue
src/components/subject/Cloze.vue
+4
-2
Connect.vue
src/components/subject/Connect.vue
+0
-1
Dataquestion.vue
src/components/subject/Dataquestion.vue
+6
-4
EntryProblem.vue
src/components/subject/EntryProblem.vue
+6
-3
FillInTheBlanks.vue
src/components/subject/FillInTheBlanks.vue
+0
-1
SharingChoose.vue
src/components/subject/SharingChoose.vue
+4
-1
SortingProblem.vue
src/components/subject/SortingProblem.vue
+4
-2
easyQuestion.vue
src/components/subject/easyQuestion.vue
+4
-2
judge.vue
src/components/subject/judge.vue
+0
-1
nounExplanation.vue
src/components/subject/nounExplanation.vue
+4
-2
shortAnswer.vue
src/components/subject/shortAnswer.vue
+4
-2
No files found.
src/components/subject/Calculation.vue
View file @
d4b1a1b7
...
...
@@ -128,7 +128,10 @@ export default {
align-items
:
center
;
justify-content
:
space-between
;
}
.Exam_Total
{
font-size
:
25
rpx
;
color
:
gray
;
}
.Single_Before
{
font-size
:
28
rpx
;
font-weight
:
bold
;
...
...
@@ -150,7 +153,6 @@ export default {
}
.item1
{
margin
:
25
rpx
0
;
align-items
:
center
;
}
...
...
src/components/subject/Cloze.vue
View file @
d4b1a1b7
...
...
@@ -120,7 +120,10 @@
align-items
:
center
;
justify-content
:
space-between
;
}
.Exam_Total
{
font-size
:
25
rpx
;
color
:
gray
;
}
.myAnswer
{
background-color
:
#00acf9
!important
;
color
:
#ffffff
!important
;
...
...
@@ -148,7 +151,6 @@
}
.item1
{
margin
:
25
rpx
0
;
align-items
:
center
;
}
...
...
src/components/subject/Connect.vue
View file @
d4b1a1b7
...
...
@@ -141,7 +141,6 @@
}
.item1
{
margin
:
25
rpx
0
;
align-items
:
center
;
}
...
...
src/components/subject/Dataquestion.vue
View file @
d4b1a1b7
...
...
@@ -37,7 +37,7 @@
class=
"flex item2 flex_start_center"
>
<view
class=
"chooseName"
>
<input
type=
"text"
v-model=
"item2.Content"
class=
"input"
/>
<input
type=
"text"
v-model=
"item2.Content"
:placeholder=
"'请填写第 '+(index2+1)+' 空答案'"
class=
"input"
/>
</view>
</view>
</view>
...
...
@@ -127,7 +127,10 @@ export default {
align-items
:
center
;
justify-content
:
space-between
;
}
.Exam_Total
{
font-size
:
25
rpx
;
color
:
gray
;
}
.Single_Before
{
font-size
:
28
rpx
;
font-weight
:
bold
;
...
...
@@ -149,13 +152,12 @@ export default {
}
.item1
{
margin
:
25
rpx
0
;
align-items
:
center
;
}
.item2
{
/* padding-left: 25rpx; */
margin
:
3
0
rpx
0
;
margin
:
5
0
rpx
0
;
}
.choose
{
...
...
src/components/subject/EntryProblem.vue
View file @
d4b1a1b7
...
...
@@ -38,6 +38,7 @@
type=
"text"
v-model=
"item2.Content"
class=
"input"
:placeholder=
"'请填写第 '+(index2+1)+' 空答案'"
@
input=
"input($event, item2)"
/>
</view>
...
...
@@ -132,7 +133,10 @@ export default {
align-items
:
center
;
justify-content
:
space-between
;
}
.Exam_Total
{
font-size
:
25
rpx
;
color
:
gray
;
}
.Single_Before
{
font-size
:
28
rpx
;
font-weight
:
bold
;
...
...
@@ -156,13 +160,12 @@ export default {
}
.item1
{
margin
:
25
rpx
0
;
align-items
:
center
;
}
.item2
{
/* padding-left: 25rpx; */
margin
:
3
0
rpx
0
;
margin
:
5
0
rpx
0
;
}
.choose
{
...
...
src/components/subject/FillInTheBlanks.vue
View file @
d4b1a1b7
...
...
@@ -134,7 +134,6 @@ export default {
}
.item1
{
margin
:
25
rpx
0
;
align-items
:
center
;
}
...
...
src/components/subject/SharingChoose.vue
View file @
d4b1a1b7
...
...
@@ -162,7 +162,10 @@
align-items
:
center
;
justify-content
:
space-between
;
}
.Exam_Total
{
font-size
:
25
rpx
;
color
:
gray
;
}
.Single_Before
{
font-size
:
28
rpx
;
font-weight
:
bold
;
...
...
src/components/subject/SortingProblem.vue
View file @
d4b1a1b7
...
...
@@ -115,7 +115,10 @@
align-items
:
center
;
justify-content
:
space-between
;
}
.Exam_Total
{
font-size
:
25
rpx
;
color
:
gray
;
}
.Single_Before
{
font-size
:
28
rpx
;
font-weight
:
bold
;
...
...
@@ -137,7 +140,6 @@
}
.item1
{
margin
:
25
rpx
0
;
align-items
:
center
;
}
...
...
src/components/subject/easyQuestion.vue
View file @
d4b1a1b7
...
...
@@ -128,7 +128,10 @@ export default {
align-items
:
center
;
justify-content
:
space-between
;
}
.Exam_Total
{
font-size
:
25
rpx
;
color
:
gray
;
}
.Single_Before
{
font-size
:
28
rpx
;
font-weight
:
bold
;
...
...
@@ -150,7 +153,6 @@ export default {
}
.item1
{
margin
:
25
rpx
0
;
align-items
:
center
;
}
...
...
src/components/subject/judge.vue
View file @
d4b1a1b7
...
...
@@ -163,7 +163,6 @@ export default {
}
.item1
{
margin
:
25
rpx
0
;
align-items
:
center
;
}
...
...
src/components/subject/nounExplanation.vue
View file @
d4b1a1b7
...
...
@@ -125,7 +125,10 @@ export default {
align-items
:
center
;
justify-content
:
space-between
;
}
.Exam_Total
{
font-size
:
25
rpx
;
color
:
gray
;
}
.Single_Before
{
font-size
:
28
rpx
;
font-weight
:
bold
;
...
...
@@ -147,7 +150,6 @@ export default {
}
.item1
{
margin
:
25
rpx
0
;
align-items
:
center
;
}
...
...
src/components/subject/shortAnswer.vue
View file @
d4b1a1b7
...
...
@@ -128,7 +128,10 @@ export default {
align-items
:
center
;
justify-content
:
space-between
;
}
.Exam_Total
{
font-size
:
25
rpx
;
color
:
gray
;
}
.Single_Before
{
font-size
:
28
rpx
;
font-weight
:
bold
;
...
...
@@ -150,7 +153,6 @@ export default {
}
.item1
{
margin
:
25
rpx
0
;
align-items
:
center
;
}
...
...
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