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
dfb26cc7
Commit
dfb26cc7
authored
Sep 10, 2021
by
罗超
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/xiangwei/educationstu
into master
# Conflicts: # src/components/subject/answer.vue
parents
5c01bd3e
bc453147
Hide whitespace changes
Inline
Side-by-side
Showing
19 changed files
with
77 additions
and
44 deletions
+77
-44
Calculation.vue
src/components/subject/Calculation.vue
+4
-1
Cloze.vue
src/components/subject/Cloze.vue
+4
-1
Connect.vue
src/components/subject/Connect.vue
+4
-2
Dataquestion.vue
src/components/subject/Dataquestion.vue
+4
-1
EntryProblem.vue
src/components/subject/EntryProblem.vue
+4
-1
FillInTheBlanks.vue
src/components/subject/FillInTheBlanks.vue
+4
-2
ListenTopic.vue
src/components/subject/ListenTopic.vue
+4
-2
MultipleChoice.vue
src/components/subject/MultipleChoice.vue
+4
-1
Other.vue
src/components/subject/Other.vue
+4
-2
SharingChoose.vue
src/components/subject/SharingChoose.vue
+4
-1
SingleChoiceNumber.vue
src/components/subject/SingleChoiceNumber.vue
+4
-2
SortingProblem.vue
src/components/subject/SortingProblem.vue
+4
-1
Spoken.vue
src/components/subject/Spoken.vue
+5
-4
answer.vue
src/components/subject/answer.vue
+4
-16
easyQuestion.vue
src/components/subject/easyQuestion.vue
+4
-1
judge.vue
src/components/subject/judge.vue
+4
-2
nounExplanation.vue
src/components/subject/nounExplanation.vue
+4
-1
readingCompre.vue
src/components/subject/readingCompre.vue
+4
-2
shortAnswer.vue
src/components/subject/shortAnswer.vue
+4
-1
No files found.
src/components/subject/Calculation.vue
View file @
dfb26cc7
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
>
(共
{{
data
.
DetailsList
.
length
}}
道,
{{
data
.
GScore
}}
分)
</text
>
(共
{{
data
.
DetailsList
.
length
}}
道,
{{
data
.
GScore
}}
分)
</text
>
>
</view>
</view>
<view>
<view
class=
"ExamIndex_Box"
>
<text
class=
"Single_Before"
>
{{
ExamIndex
}}
</text
<text
class=
"Single_Before"
>
{{
ExamIndex
}}
</text
>
/
>
/
<text
class=
"Exam_Total"
>
{{
data
.
DetailsList
.
length
}}
</text>
<text
class=
"Exam_Total"
>
{{
data
.
DetailsList
.
length
}}
</text>
...
@@ -132,6 +132,9 @@ export default {
...
@@ -132,6 +132,9 @@ export default {
align-items
:
center
;
align-items
:
center
;
justify-content
:
space-between
;
justify-content
:
space-between
;
}
}
.ExamIndex_Box
{
margin-right
:
20px
;
}
.Exam_Total
{
.Exam_Total
{
font-size
:
25
rpx
;
font-size
:
25
rpx
;
color
:
gray
;
color
:
gray
;
...
...
src/components/subject/Cloze.vue
View file @
dfb26cc7
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
>
(共
{{
data
.
DetailsList
.
length
}}
道,
{{
data
.
GScore
}}
分)
</text
>
(共
{{
data
.
DetailsList
.
length
}}
道,
{{
data
.
GScore
}}
分)
</text
>
>
</view>
</view>
<view>
<view
class=
"ExamIndex_Box"
>
<text
class=
"Single_Before"
>
{{
ExamIndex
}}
</text
<text
class=
"Single_Before"
>
{{
ExamIndex
}}
</text
>
/
>
/
<text
class=
"Exam_Total"
>
{{
data
.
DetailsList
.
length
}}
</text>
<text
class=
"Exam_Total"
>
{{
data
.
DetailsList
.
length
}}
</text>
...
@@ -141,6 +141,9 @@ export default {
...
@@ -141,6 +141,9 @@ export default {
align-items
:
center
;
align-items
:
center
;
justify-content
:
space-between
;
justify-content
:
space-between
;
}
}
.ExamIndex_Box
{
margin-right
:
20px
;
}
.Exam_Total
{
.Exam_Total
{
font-size
:
25
rpx
;
font-size
:
25
rpx
;
color
:
gray
;
color
:
gray
;
...
...
src/components/subject/Connect.vue
View file @
dfb26cc7
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<view
class=
"item"
style=
"padding: 0 20px"
>
<view
class=
"item"
style=
"padding: 0 20px"
>
<view
class=
"name"
>
<view
class=
"name"
>
<view>
{{
changeNumToHan
(
sortIndex
)
}}
、
{{
data
.
GroupName
}}
</view>
<view>
{{
changeNumToHan
(
sortIndex
)
}}
、
{{
data
.
GroupName
}}
</view>
<view>
<view
class=
"ExamIndex_Box"
>
<text
class=
"Single_Before"
>
{{
ExamIndex
}}
</text
<text
class=
"Single_Before"
>
{{
ExamIndex
}}
</text
>
/
<text
class=
"Exam_Total"
>
{{
data
.
DetailsList
.
length
}}
</text>
>
/
<text
class=
"Exam_Total"
>
{{
data
.
DetailsList
.
length
}}
</text>
</view>
</view>
...
@@ -120,7 +120,9 @@ export default {
...
@@ -120,7 +120,9 @@ export default {
align-items
:
center
;
align-items
:
center
;
justify-content
:
space-between
;
justify-content
:
space-between
;
}
}
.ExamIndex_Box
{
margin-right
:
20px
;
}
.Single_Before
{
.Single_Before
{
font-size
:
28
rpx
;
font-size
:
28
rpx
;
font-weight
:
bold
;
font-weight
:
bold
;
...
...
src/components/subject/Dataquestion.vue
View file @
dfb26cc7
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
>
(共
{{
data
.
DetailsList
.
length
}}
道,
{{
data
.
GScore
}}
分)
</text
>
(共
{{
data
.
DetailsList
.
length
}}
道,
{{
data
.
GScore
}}
分)
</text
>
>
</view>
</view>
<view>
<view
class=
"ExamIndex_Box"
>
<text
class=
"Single_Before"
>
{{
ExamIndex
}}
</text
<text
class=
"Single_Before"
>
{{
ExamIndex
}}
</text
>
/
>
/
<text
class=
"Exam_Total"
>
{{
data
.
DetailsList
.
length
}}
</text>
<text
class=
"Exam_Total"
>
{{
data
.
DetailsList
.
length
}}
</text>
...
@@ -138,6 +138,9 @@ export default {
...
@@ -138,6 +138,9 @@ export default {
font-size
:
25
rpx
;
font-size
:
25
rpx
;
color
:
gray
;
color
:
gray
;
}
}
.ExamIndex_Box
{
margin-right
:
20px
;
}
.Single_Before
{
.Single_Before
{
font-size
:
28
rpx
;
font-size
:
28
rpx
;
font-weight
:
bold
;
font-weight
:
bold
;
...
...
src/components/subject/EntryProblem.vue
View file @
dfb26cc7
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
>
(共
{{
data
.
DetailsList
.
length
}}
道,
{{
data
.
GScore
}}
分)
</text
>
(共
{{
data
.
DetailsList
.
length
}}
道,
{{
data
.
GScore
}}
分)
</text
>
>
</view>
</view>
<view>
<view
class=
"ExamIndex_Box"
>
<text
class=
"Single_Before"
>
{{
ExamIndex
}}
</text
<text
class=
"Single_Before"
>
{{
ExamIndex
}}
</text
>
/
>
/
<text
class=
"Exam_Total"
>
{{
data
.
DetailsList
.
length
}}
</text>
<text
class=
"Exam_Total"
>
{{
data
.
DetailsList
.
length
}}
</text>
...
@@ -138,6 +138,9 @@ export default {
...
@@ -138,6 +138,9 @@ export default {
align-items
:
center
;
align-items
:
center
;
justify-content
:
space-between
;
justify-content
:
space-between
;
}
}
.ExamIndex_Box
{
margin-right
:
20px
;
}
.Exam_Total
{
.Exam_Total
{
font-size
:
25
rpx
;
font-size
:
25
rpx
;
color
:
gray
;
color
:
gray
;
...
...
src/components/subject/FillInTheBlanks.vue
View file @
dfb26cc7
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<view
class=
"item"
style=
"padding: 0 20px"
>
<view
class=
"item"
style=
"padding: 0 20px"
>
<view
class=
"name"
>
<view
class=
"name"
>
<view>
{{
changeNumToHan
(
sortIndex
)
}}
、
{{
data
.
GroupName
}}
</view>
<view>
{{
changeNumToHan
(
sortIndex
)
}}
、
{{
data
.
GroupName
}}
</view>
<view>
<view
class=
"ExamIndex_Box"
>
<text
class=
"Single_Before"
>
{{
ExamIndex
}}
</text
<text
class=
"Single_Before"
>
{{
ExamIndex
}}
</text
>
/
<text
class=
"Exam_Total"
>
{{
data
.
DetailsList
.
length
}}
</text>
>
/
<text
class=
"Exam_Total"
>
{{
data
.
DetailsList
.
length
}}
</text>
</view>
</view>
...
@@ -113,7 +113,9 @@ export default {
...
@@ -113,7 +113,9 @@ export default {
align-items
:
center
;
align-items
:
center
;
justify-content
:
space-between
;
justify-content
:
space-between
;
}
}
.ExamIndex_Box
{
margin-right
:
20px
;
}
.Single_Before
{
.Single_Before
{
font-size
:
28
rpx
;
font-size
:
28
rpx
;
font-weight
:
bold
;
font-weight
:
bold
;
...
...
src/components/subject/ListenTopic.vue
View file @
dfb26cc7
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
>
(共
{{
data
.
DetailsList
.
length
}}
道,
{{
data
.
GScore
}}
分)
</text
>
(共
{{
data
.
DetailsList
.
length
}}
道,
{{
data
.
GScore
}}
分)
</text
>
>
</view>
</view>
<view>
<view
class=
"ExamIndex_Box"
>
<text
class=
"Single_Before"
>
{{
ExamIndex
}}
</text
<text
class=
"Single_Before"
>
{{
ExamIndex
}}
</text
>
/
<text
class=
"Exam_Total"
>
{{
data
.
DetailsList
.
length
}}
</text>
>
/
<text
class=
"Exam_Total"
>
{{
data
.
DetailsList
.
length
}}
</text>
</view>
</view>
...
@@ -299,7 +299,9 @@ export default {
...
@@ -299,7 +299,9 @@ export default {
align-items
:
center
;
align-items
:
center
;
justify-content
:
space-between
;
justify-content
:
space-between
;
}
}
.ExamIndex_Box
{
margin-right
:
20px
;
}
.Single_Before
{
.Single_Before
{
font-size
:
28
rpx
;
font-size
:
28
rpx
;
font-weight
:
bold
;
font-weight
:
bold
;
...
...
src/components/subject/MultipleChoice.vue
View file @
dfb26cc7
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
>
(共
{{
data
.
DetailsList
.
length
}}
道,
{{
data
.
GScore
}}
分)
</text
>
(共
{{
data
.
DetailsList
.
length
}}
道,
{{
data
.
GScore
}}
分)
</text
>
>
</view>
</view>
<view>
<view
class=
"ExamIndex_Box"
>
<text
class=
"Single_Before"
>
{{
ExamIndex
}}
</text
<text
class=
"Single_Before"
>
{{
ExamIndex
}}
</text
>
/
<text
class=
"Exam_Total"
>
{{
data
.
DetailsList
.
length
}}
</text>
>
/
<text
class=
"Exam_Total"
>
{{
data
.
DetailsList
.
length
}}
</text>
</view>
</view>
...
@@ -137,6 +137,9 @@ export default {
...
@@ -137,6 +137,9 @@ export default {
align-items
:
center
;
align-items
:
center
;
justify-content
:
space-between
;
justify-content
:
space-between
;
}
}
.ExamIndex_Box
{
margin-right
:
20px
;
}
.Single_Before
{
.Single_Before
{
font-size
:
28
rpx
;
font-size
:
28
rpx
;
font-weight
:
bold
;
font-weight
:
bold
;
...
...
src/components/subject/Other.vue
View file @
dfb26cc7
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
>
(共
{{
data
.
DetailsList
.
length
}}
道,
{{
data
.
GScore
}}
分)
</text
>
(共
{{
data
.
DetailsList
.
length
}}
道,
{{
data
.
GScore
}}
分)
</text
>
>
</view>
</view>
<view>
<view
class=
"ExamIndex_Box"
>
<text
class=
"Single_Before"
>
{{
ExamIndex
}}
</text
<text
class=
"Single_Before"
>
{{
ExamIndex
}}
</text
>
/
>
/
<text
class=
"Exam_Total"
>
{{
data
.
DetailsList
.
length
}}
</text>
<text
class=
"Exam_Total"
>
{{
data
.
DetailsList
.
length
}}
</text>
...
@@ -132,7 +132,9 @@ export default {
...
@@ -132,7 +132,9 @@ export default {
align-items
:
center
;
align-items
:
center
;
justify-content
:
space-between
;
justify-content
:
space-between
;
}
}
.ExamIndex_Box
{
margin-right
:
20px
;
}
.Single_Before
{
.Single_Before
{
font-size
:
28
rpx
;
font-size
:
28
rpx
;
font-weight
:
bold
;
font-weight
:
bold
;
...
...
src/components/subject/SharingChoose.vue
View file @
dfb26cc7
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
{{
changeNumToHan
(
sortIndex
)
}}
、
{{
data
.
GroupName
}}
{{
changeNumToHan
(
sortIndex
)
}}
、
{{
data
.
GroupName
}}
<text
style=
"color:#999999;"
>
(共
{{
data
.
DetailsList
.
length
}}
道,
{{
data
.
GScore
}}
分)
</text>
<text
style=
"color:#999999;"
>
(共
{{
data
.
DetailsList
.
length
}}
道,
{{
data
.
GScore
}}
分)
</text>
</view>
</view>
<view>
<view
class=
"ExamIndex_Box"
>
<text
class=
"Single_Before"
>
{{
ExamIndex
}}
</text>
/
<text
class=
"Single_Before"
>
{{
ExamIndex
}}
</text>
/
<text
class=
"Exam_Total"
>
{{
data
.
DetailsList
.
length
}}
</text>
<text
class=
"Exam_Total"
>
{{
data
.
DetailsList
.
length
}}
</text>
</view>
</view>
...
@@ -164,6 +164,9 @@
...
@@ -164,6 +164,9 @@
font-size
:
25
rpx
;
font-size
:
25
rpx
;
color
:
gray
;
color
:
gray
;
}
}
.ExamIndex_Box
{
margin-right
:
20px
;
}
.Single_Before
{
.Single_Before
{
font-size
:
28
rpx
;
font-size
:
28
rpx
;
font-weight
:
bold
;
font-weight
:
bold
;
...
...
src/components/subject/SingleChoiceNumber.vue
View file @
dfb26cc7
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
>
(共
{{
data
.
DetailsList
.
length
}}
道,
{{
data
.
GScore
}}
分)
</text
>
(共
{{
data
.
DetailsList
.
length
}}
道,
{{
data
.
GScore
}}
分)
</text
>
>
</view>
</view>
<view>
<view
class=
"ExamIndex_Box"
>
<text
class=
"Single_Before"
>
{{
ExamIndex
}}
</text
<text
class=
"Single_Before"
>
{{
ExamIndex
}}
</text
>
/
<text
class=
"Exam_Total"
>
{{
data
.
DetailsList
.
length
}}
</text>
>
/
<text
class=
"Exam_Total"
>
{{
data
.
DetailsList
.
length
}}
</text>
</view>
</view>
...
@@ -155,7 +155,9 @@ export default {
...
@@ -155,7 +155,9 @@ export default {
font-weight
:
bold
;
font-weight
:
bold
;
color
:
#da7878
;
color
:
#da7878
;
}
}
.ExamIndex_Box
{
margin-right
:
20px
;
}
.Exam_Total
{
.Exam_Total
{
font-size
:
25
rpx
;
font-size
:
25
rpx
;
color
:
gray
;
color
:
gray
;
...
...
src/components/subject/SortingProblem.vue
View file @
dfb26cc7
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
>
(共
{{
data
.
DetailsList
.
length
}}
道,
{{
data
.
GScore
}}
分)
</text
>
(共
{{
data
.
DetailsList
.
length
}}
道,
{{
data
.
GScore
}}
分)
</text
>
>
</view>
</view>
<view>
<view
class=
"ExamIndex_Box"
>
<text
class=
"Single_Before"
>
{{
ExamIndex
}}
</text
<text
class=
"Single_Before"
>
{{
ExamIndex
}}
</text
>
/
>
/
<text
class=
"Exam_Total"
>
{{
data
.
DetailsList
.
length
}}
</text>
<text
class=
"Exam_Total"
>
{{
data
.
DetailsList
.
length
}}
</text>
...
@@ -202,6 +202,9 @@ export default {
...
@@ -202,6 +202,9 @@ export default {
font-size
:
25
rpx
;
font-size
:
25
rpx
;
color
:
gray
;
color
:
gray
;
}
}
.ExamIndex_Box
{
margin-right
:
20px
;
}
.Single_Before
{
.Single_Before
{
font-size
:
28
rpx
;
font-size
:
28
rpx
;
font-weight
:
bold
;
font-weight
:
bold
;
...
...
src/components/subject/Spoken.vue
View file @
dfb26cc7
...
@@ -9,9 +9,8 @@
...
@@ -9,9 +9,8 @@
>
(共
{{
data
.
DetailsList
.
length
}}
道,
{{
data
.
GScore
}}
分)
</text
>
(共
{{
data
.
DetailsList
.
length
}}
道,
{{
data
.
GScore
}}
分)
</text
>
>
</view>
</view>
<view>
<view
class=
"ExamIndex_Box"
>
<text
class=
"Single_Before"
>
{{
ExamIndex
}}
</text
<text
class=
"Single_Before"
>
{{
ExamIndex
}}
</text>
/
>
/
<text
class=
"Exam_Total"
>
{{
data
.
DetailsList
.
length
}}
</text>
<text
class=
"Exam_Total"
>
{{
data
.
DetailsList
.
length
}}
</text>
</view>
</view>
</view>
</view>
...
@@ -132,7 +131,9 @@ export default {
...
@@ -132,7 +131,9 @@ export default {
align-items
:
center
;
align-items
:
center
;
justify-content
:
space-between
;
justify-content
:
space-between
;
}
}
.ExamIndex_Box
{
margin-right
:
20px
;
}
.Single_Before
{
.Single_Before
{
font-size
:
28
rpx
;
font-size
:
28
rpx
;
font-weight
:
bold
;
font-weight
:
bold
;
...
...
src/components/subject/answer.vue
View file @
dfb26cc7
...
@@ -77,13 +77,14 @@ import {
...
@@ -77,13 +77,14 @@ import {
}
from
"vue"
;
}
from
"vue"
;
import
{
changeNumToHan
}
from
"../../utils/index"
;
import
{
changeNumToHan
}
from
"../../utils/index"
;
export
default
{
export
default
{
props
:
{
paperData
:
Object
,
},
setup
()
{
setup
()
{
let
paperData
=
uni
.
getStorageSync
(
"paperData"
);
console
.
log
(
66
,
paperData
);
let
Gid
=
uni
.
getStorageSync
(
"userInfo"
).
Id
;
let
Gid
=
uni
.
getStorageSync
(
"userInfo"
).
Id
;
let
data
=
reactive
({
let
data
=
reactive
({
msg
:
{
GuestId
:
Gid
,
PaperId
:
5
,
PublishId
:
1
},
msg
:
{
GuestId
:
Gid
,
PaperId
:
5
,
PublishId
:
1
},
questionList
:
paperData
.
Paper
.
GroupList
,
questionList
:
p
rops
.
p
aperData
.
Paper
.
GroupList
,
});
});
let
methods
=
{
let
methods
=
{
changeNumToHan
,
changeNumToHan
,
...
@@ -93,25 +94,12 @@ export default {
...
@@ -93,25 +94,12 @@ export default {
"/pages/exam/examPaper?index="
+
index
+
"&&index1="
+
(
index1
+
1
),
"/pages/exam/examPaper?index="
+
index
+
"&&index1="
+
(
index1
+
1
),
});
});
},
},
// async getPaperDetail() {
// let res = await getPaperDetail(data.msg);
// if (res) {
// data.questionList = res.Data.Paper.GroupList;
// console.log(90, res.Data.Paper.GroupList);
// }
// },
};
};
return
{
return
{
...
toRefs
(
data
),
...
toRefs
(
data
),
...
methods
,
...
methods
,
};
};
},
},
// onLoad() {
// uni.setNavigationBarTitle({
// title: "答题卡",
// });
// },
};
};
</
script
>
</
script
>
...
...
src/components/subject/easyQuestion.vue
View file @
dfb26cc7
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
>
(共
{{
data
.
DetailsList
.
length
}}
道,
{{
data
.
GScore
}}
分)
</text
>
(共
{{
data
.
DetailsList
.
length
}}
道,
{{
data
.
GScore
}}
分)
</text
>
>
</view>
</view>
<view>
<view
class=
"ExamIndex_Box"
>
<text
class=
"Single_Before"
>
{{
ExamIndex
}}
</text
<text
class=
"Single_Before"
>
{{
ExamIndex
}}
</text
>
/
>
/
<text
class=
"Exam_Total"
>
{{
data
.
DetailsList
.
length
}}
</text>
<text
class=
"Exam_Total"
>
{{
data
.
DetailsList
.
length
}}
</text>
...
@@ -132,6 +132,9 @@ export default {
...
@@ -132,6 +132,9 @@ export default {
align-items
:
center
;
align-items
:
center
;
justify-content
:
space-between
;
justify-content
:
space-between
;
}
}
.ExamIndex_Box
{
margin-right
:
20px
;
}
.Exam_Total
{
.Exam_Total
{
font-size
:
25
rpx
;
font-size
:
25
rpx
;
color
:
gray
;
color
:
gray
;
...
...
src/components/subject/judge.vue
View file @
dfb26cc7
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
>
(共
{{
data
.
DetailsList
.
length
}}
道,
{{
data
.
GScore
}}
分)
</text
>
(共
{{
data
.
DetailsList
.
length
}}
道,
{{
data
.
GScore
}}
分)
</text
>
>
</view>
</view>
<view>
<view
class=
"ExamIndex_Box"
>
<text
class=
"Single_Before"
>
{{
ExamIndex
}}
</text
<text
class=
"Single_Before"
>
{{
ExamIndex
}}
</text
>
/
<text
class=
"Exam_Total"
>
{{
data
.
DetailsList
.
length
}}
</text>
>
/
<text
class=
"Exam_Total"
>
{{
data
.
DetailsList
.
length
}}
</text>
</view>
</view>
...
@@ -141,7 +141,9 @@ export default {
...
@@ -141,7 +141,9 @@ export default {
align-items
:
center
;
align-items
:
center
;
justify-content
:
space-between
;
justify-content
:
space-between
;
}
}
.ExamIndex_Box
{
margin-right
:
20px
;
}
.Single_Before
{
.Single_Before
{
font-size
:
28
rpx
;
font-size
:
28
rpx
;
font-weight
:
bold
;
font-weight
:
bold
;
...
...
src/components/subject/nounExplanation.vue
View file @
dfb26cc7
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
>
(共
{{
data
.
DetailsList
.
length
}}
道,
{{
data
.
GScore
}}
分)
</text
>
(共
{{
data
.
DetailsList
.
length
}}
道,
{{
data
.
GScore
}}
分)
</text
>
>
</view>
</view>
<view>
<view
class=
"ExamIndex_Box"
>
<text
class=
"Single_Before"
>
{{
ExamIndex
}}
</text
<text
class=
"Single_Before"
>
{{
ExamIndex
}}
</text
>
/
>
/
<text
class=
"Exam_Total"
>
{{
data
.
DetailsList
.
length
}}
</text>
<text
class=
"Exam_Total"
>
{{
data
.
DetailsList
.
length
}}
</text>
...
@@ -133,6 +133,9 @@ export default {
...
@@ -133,6 +133,9 @@ export default {
font-size
:
25
rpx
;
font-size
:
25
rpx
;
color
:
gray
;
color
:
gray
;
}
}
.ExamIndex_Box
{
margin-right
:
20px
;
}
.Single_Before
{
.Single_Before
{
font-size
:
28
rpx
;
font-size
:
28
rpx
;
font-weight
:
bold
;
font-weight
:
bold
;
...
...
src/components/subject/readingCompre.vue
View file @
dfb26cc7
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
>
(共
{{
data
.
DetailsList
.
length
}}
道,
{{
data
.
GScore
}}
分)
</text
>
(共
{{
data
.
DetailsList
.
length
}}
道,
{{
data
.
GScore
}}
分)
</text
>
>
</view>
</view>
<view>
<view
class=
"ExamIndex_Box"
>
<text
class=
"Single_Before"
>
{{
ExamIndex
}}
</text
<text
class=
"Single_Before"
>
{{
ExamIndex
}}
</text
>
/
<text
class=
"Exam_Total"
>
{{
data
.
DetailsList
.
length
}}
</text>
>
/
<text
class=
"Exam_Total"
>
{{
data
.
DetailsList
.
length
}}
</text>
</view>
</view>
...
@@ -256,7 +256,9 @@ export default {
...
@@ -256,7 +256,9 @@ export default {
box-sizing
:
border-box
;
box-sizing
:
border-box
;
padding
:
0
30
rpx
;
padding
:
0
30
rpx
;
}
}
.ExamIndex_Box
{
margin-right
:
20px
;
}
.Single_Before
{
.Single_Before
{
font-size
:
28
rpx
;
font-size
:
28
rpx
;
font-weight
:
bold
;
font-weight
:
bold
;
...
...
src/components/subject/shortAnswer.vue
View file @
dfb26cc7
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
>
(共
{{
data
.
DetailsList
.
length
}}
道,
{{
data
.
GScore
}}
分)
</text
>
(共
{{
data
.
DetailsList
.
length
}}
道,
{{
data
.
GScore
}}
分)
</text
>
>
</view>
</view>
<view>
<view
class=
"ExamIndex_Box"
>
<text
class=
"Single_Before"
>
{{
ExamIndex
}}
</text
<text
class=
"Single_Before"
>
{{
ExamIndex
}}
</text
>
/
>
/
<text
class=
"Exam_Total"
>
{{
data
.
DetailsList
.
length
}}
</text>
<text
class=
"Exam_Total"
>
{{
data
.
DetailsList
.
length
}}
</text>
...
@@ -136,6 +136,9 @@ export default {
...
@@ -136,6 +136,9 @@ export default {
font-size
:
25
rpx
;
font-size
:
25
rpx
;
color
:
gray
;
color
:
gray
;
}
}
.ExamIndex_Box
{
margin-right
:
20px
;
}
.Single_Before
{
.Single_Before
{
font-size
:
28
rpx
;
font-size
:
28
rpx
;
font-weight
:
bold
;
font-weight
:
bold
;
...
...
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