Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
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
hujun
tl_estate
Commits
88cc155d
Commit
88cc155d
authored
Nov 19, 2018
by
xinyuandu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug
parent
c4436d76
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
performance_ranking.html
...n/index/view/performance_ranking/performance_ranking.html
+8
-0
performance_ranking.js
public/resource/js/performance_ranking.js
+1
-1
No files found.
application/index/view/performance_ranking/performance_ranking.html
View file @
88cc155d
...
@@ -53,6 +53,14 @@
...
@@ -53,6 +53,14 @@
transform
:
translateX
(
-50%
);
transform
:
translateX
(
-50%
);
}
}
img
{
height
:
100%
;
width
:
100%
;
}
.header-area
image
{
height
:
100%
;
width
:
100%
;
}
.name-area
{
.name-area
{
font-family
:
PingFangSC-Regular
;
font-family
:
PingFangSC-Regular
;
font-size
:
12px
;
font-size
:
12px
;
...
...
public/resource/js/performance_ranking.js
View file @
88cc155d
...
@@ -299,7 +299,7 @@ define (['doT', 'ckfinder','ckfinderStart', 'css!style/home.css',"datetimepicker
...
@@ -299,7 +299,7 @@ define (['doT', 'ckfinder','ckfinderStart', 'css!style/home.css',"datetimepicker
indexTimes
=
parseInt
(
data
.
data
.
grade
/
26
)
indexTimes
=
parseInt
(
data
.
data
.
grade
/
26
)
}
}
var
str
=
"ABCDEFGHIJKLMNOPQRSTUVWXYZ"
;
var
str
=
"ABCDEFGHIJKLMNOPQRSTUVWXYZ"
;
var
value
=
str
[
data
.
data
.
grade
]
+
""
+
(
indexTimes
>
0
?
indexTimes
+
""
:
""
);
var
value
=
str
[
index
]
+
""
+
(
indexTimes
>
0
?
indexTimes
+
""
:
""
);
var
name
=
data
.
data
.
position
;
var
name
=
data
.
data
.
position
;
var
text
=
""
;
var
text
=
""
;
if
(
name
==
0
){
if
(
name
==
0
){
...
...
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