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
e343b661
Commit
e343b661
authored
Nov 04, 2019
by
xuzhenghua
Browse files
Options
Browse Files
Download
Plain Diff
ui问题
parents
a3f2e3b7
34c55862
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
0 deletions
+15
-0
src/components/blessingPreheat/recordPopup/index.js
+11
-0
src/components/blessingPreheat/recordPopup/index.scss
+4
-0
No files found.
src/components/blessingPreheat/recordPopup/index.js
View file @
e343b661
...
...
@@ -41,8 +41,12 @@ export default class RecordPopup extends Component {
<
/div
>
<
div
className
=
"table__body"
>
{
<<<<<<<
HEAD
recordList
.
length
>
0
?
recordList
.
map
((
item
,
index
)
=>
{
=======
recordList
.
length
>
0
&&
recordList
.
map
((
item
,
index
)
=>
{
>>>>>>>
34
c558626cde36bc53ef82ea62da8a8d7e3881ab
return
(
<
div
className
=
"tr__container"
key
=
{
index
}
>
<
span
className
=
"tr"
>
{
item
.
submit_time
}
<
/span
>
<
span
className
=
"tr"
>
{
item
.
score
}
<
/span
>
...
...
@@ -58,6 +62,13 @@ export default class RecordPopup extends Component {
}):
<
div
className
=
{
'notdata'
}
>
暂无测试记录
<
/div
>
}
{
recordList
.
length
===
0
&&
(
<
div
className
=
"tr__container"
>
<
p
>
暂无测试记录
<
/p
>
<
/div
>
)
}
<
/div
>
<
/div
>
<
/div
>
...
...
src/components/blessingPreheat/recordPopup/index.scss
View file @
e343b661
...
...
@@ -74,6 +74,10 @@
&
:last-child
{
border-bottom
:
none
;
}
p
{
color
:
#525c65
;
}
}
}
.notdata
{
...
...
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