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
e51fe4a6
Commit
e51fe4a6
authored
Jun 15, 2020
by
zhanghaozhe
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'ai-test'
parents
2f94084a
9e4431f0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
2 deletions
+19
-2
src/components/ai-test/scores/index.js
+4
-1
src/components/ai-test/scores/index.scss
+15
-1
No files found.
src/components/ai-test/scores/index.js
View file @
e51fe4a6
...
@@ -297,8 +297,11 @@ class Scores extends Component {
...
@@ -297,8 +297,11 @@ class Scores extends Component {
<
span
className
=
{
'score'
}
>
{
item
.
score
}
<
/span>/
<
span
>
{
item
.
cost_time
}
<
/span
>
<
span
className
=
{
'score'
}
>
{
item
.
score
}
<
/span>/
<
span
>
{
item
.
cost_time
}
<
/span
>
<
/td
>
<
/td
>
<
td
>
<
td
>
<
div
>
奖品奖品奖品奖品奖品
奖品奖品奖品奖品奖品
<
/div
>
{
{
item
.
prize_url
?
<
a
href
=
{
`
${
item
.
prize_url
}
#goback`
}
>
{
item
.
prize
}
<
/a> : item.priz
e
// item.prize_url ? <a href={`${item.prize_url}#goback`}>{item.prize}</a> : item.prize
}
}
<
/td
>
<
/td
>
<
/tr
>
<
/tr
>
...
...
src/components/ai-test/scores/index.scss
View file @
e51fe4a6
...
@@ -50,7 +50,7 @@
...
@@ -50,7 +50,7 @@
background-color
:
$blue-bg
;
background-color
:
$blue-bg
;
}
}
th
{
th
{
width
:
33
.333333%
;
width
:
33
.333333%
;
}
}
...
@@ -261,6 +261,20 @@
...
@@ -261,6 +261,20 @@
}
}
}
}
td
:nth-of-type
(
3
)
{
width
:
20%
;
}
td
:nth-of-type
(
4
)
{
div
{
width
:
118px
;
white-space
:
nowrap
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
}
}
&
:nth-child
(
even
)
{
&
:nth-child
(
even
)
{
background
:
#f6fbff
;
background
:
#f6fbff
;
}
}
...
...
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