Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xiaomai-cloud-class-web
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xiaomai-cloud-class
xiaomai-cloud-class-web
Commits
d6a89f21
Commit
d6a89f21
authored
Jun 09, 2021
by
guomingpang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:修正考试详情userId取值
parent
b6146c42
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
src/modules/teach-tool/components/AnswerDescPage.jsx
+3
-1
src/modules/teach-tool/components/AnswerDescPage.less
+2
-2
src/modules/teach-tool/examination-manager/TestDetailPage.less
+1
-1
No files found.
src/modules/teach-tool/components/AnswerDescPage.jsx
View file @
d6a89f21
...
@@ -679,7 +679,9 @@ function AnswerDescPage(props) {
...
@@ -679,7 +679,9 @@ function AnswerDescPage(props) {
</
div
>
</
div
>
{
errorCount
===
0
&&
onlyError
?
(
{
errorCount
===
0
&&
onlyError
?
(
<
div
className=
'empty'
>
<
div
className=
'empty'
>
<
div
className=
'img-box'
id=
'lottie-box'
></
div
>
<
div
className=
'img-box'
>
<
div
id=
'lottie-box'
></
div
>
</
div
>
<
div
className=
'empty-text'
>
本次考试无错题
</
div
>
<
div
className=
'empty-text'
>
本次考试无错题
</
div
>
</
div
>
</
div
>
)
:
(
)
:
(
...
...
src/modules/teach-tool/components/AnswerDescPage.less
View file @
d6a89f21
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
transform: translateY(-50%);
transform: translateY(-50%);
width: 4px;
width: 4px;
height: 16px;
height: 16px;
background
: #336dff
;
background
-image: linear-gradient(#2966ff 83.5%, #0acca4 16.5%)
;
}
}
}
}
.choose-error-box {
.choose-error-box {
...
@@ -176,7 +176,7 @@
...
@@ -176,7 +176,7 @@
transform: translateY(-50%);
transform: translateY(-50%);
width: 4px;
width: 4px;
height: 16px;
height: 16px;
background
: #336dff
;
background
-image: linear-gradient(#2966ff 83.5%, #0acca4 16.5%)
;
}
}
}
}
.text-dom {
.text-dom {
...
...
src/modules/teach-tool/examination-manager/TestDetailPage.less
View file @
d6a89f21
...
@@ -214,7 +214,7 @@
...
@@ -214,7 +214,7 @@
transform: translateY(-50%);
transform: translateY(-50%);
width: 4px;
width: 4px;
height: 16px;
height: 16px;
background
: #336dff
;
background
-image: linear-gradient(#2966ff 83.5%, #0acca4 16.5%)
;
}
}
}
}
.exam-result {
.exam-result {
...
...
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