Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mr-julyedu
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
baiguangyao
mr-julyedu
Commits
f9af6d0a
Commit
f9af6d0a
authored
Jun 18, 2020
by
zhanghaozhe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
智能选课
parent
d62ba07f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
src/components/ai-test/scores/index.js
+2
-2
src/components/ai-test/scores/index.scss
+2
-2
No files found.
src/components/ai-test/scores/index.js
View file @
f9af6d0a
...
...
@@ -229,12 +229,12 @@ class Scores extends Component {
<
/tr
>
:
<
tr
>
{
userScore
.
score
===
'-'
?
'-'
:
userScore
.
score
===
'-'
?
<
td
>
'-'
<
/td>
:
<
td
>
{
userScore
.
score
}
<
Link
to
=
{
`/ai-test/analysis/
${
userScore
.
r_id
}
`
}
>
解析
<
/Link></
td
>
}
<
td
>
{
userScore
.
cost_time
}
<
/td
>
{
userScore
.
rank
===
'-'
?
'-'
:
<
td
>
{
userScore
.
rank
}
名
<
/td
>
userScore
.
rank
===
'-'
?
<
td
>
'-'
<
/td>
: <td>{userScore.rank}名</
td
>
}
<
/tr
>
}
...
...
src/components/ai-test/scores/index.scss
View file @
f9af6d0a
...
...
@@ -355,9 +355,9 @@
.rule
{
position
:
absolute
;
top
:
19
.7
%
;
top
:
50
%
;
left
:
50%
;
transform
:
translate
X
(
-50%
);
transform
:
translate
(
-50%
,
-50%
);
width
:
300px
;
padding
:
18px
25px
10px
;
background-color
:
#fff
;
...
...
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