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
0fd9e3fb
Commit
0fd9e3fb
authored
Dec 14, 2018
by
duxinyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
4e9000a9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
performance_ranking.html
...n/index/view/performance_ranking/performance_ranking.html
+6
-3
performance_ranking.js
public/resource/js/performance_ranking.js
+1
-1
No files found.
application/index/view/performance_ranking/performance_ranking.html
View file @
0fd9e3fb
...
@@ -174,7 +174,10 @@
...
@@ -174,7 +174,10 @@
.left-padding
{
.left-padding
{
margin-left
:
0.2rem
;
margin-left
:
0.2rem
;
}
}
.time_control
{
font-size
:
.15rem
;
margin-left
:
.1rem
;
}
</style>
</style>
<div
class=
"backer"
></div>
<div
class=
"backer"
></div>
...
@@ -187,12 +190,12 @@
...
@@ -187,12 +190,12 @@
<div
class=
"col-xs-8 p-a-10 p-t-0"
>
<div
class=
"col-xs-8 p-a-10 p-t-0"
>
<div
class=
"panel panel-default"
>
<div
class=
"panel panel-default"
>
<div
class=
"area-title p-a-15 p-tb-10"
>
<div
class=
"area-title p-a-15 p-tb-10"
>
<span><strong>
团队荣誉榜
</strong><span
id=
"tymd"
></span></span>
<span><strong>
团队荣誉榜
</strong><span
class=
"time_control"
id=
"tymd"
></span></span>
</div>
</div>
<div
class=
"col-xs-12"
style=
"margin-top:0.07rem;"
id=
"teamList"
></div>
<div
class=
"col-xs-12"
style=
"margin-top:0.07rem;"
id=
"teamList"
></div>
<div
class=
"col-xs-12 p-a-0"
>
<div
class=
"col-xs-12 p-a-0"
>
<div
class=
"area-title p-a-15"
>
<div
class=
"area-title p-a-15"
>
<span><strong>
个人荣誉榜
</strong><span
id=
"pymd"
></span></span>
<span><strong>
个人荣誉榜
</strong><span
class=
"time_control"
id=
"pymd"
></span></span>
</div>
</div>
</div>
</div>
<div
class=
"col-xs-12"
style=
"margin-top:0.07rem;padding-bottom:0.05rem;"
id=
"personList"
></div>
<div
class=
"col-xs-12"
style=
"margin-top:0.07rem;padding-bottom:0.05rem;"
id=
"personList"
></div>
...
...
public/resource/js/performance_ranking.js
View file @
0fd9e3fb
...
@@ -81,7 +81,7 @@ define (['doT', 'ckfinder','ckfinderStart', 'css!style/home.css',"datetimepicker
...
@@ -81,7 +81,7 @@ define (['doT', 'ckfinder','ckfinderStart', 'css!style/home.css',"datetimepicker
var
year
=
date
.
getFullYear
();
var
year
=
date
.
getFullYear
();
var
month
=
date
.
getMonth
()
+
1
;
var
month
=
date
.
getMonth
()
+
1
;
var
day
=
date
.
getDate
();
var
day
=
date
.
getDate
();
var
dateArea
=
year
+
"."
+
month
+
"."
+
"01"
+
"--"
+
year
+
"."
+
month
+
"."
+
day
;
var
dateArea
=
"("
+
year
+
"."
+
month
+
"."
+
"01"
+
"---"
+
year
+
"."
+
month
+
"."
+
day
+
")"
;
$
(
'#tymd'
).
text
(
dateArea
);
$
(
'#tymd'
).
text
(
dateArea
);
$
(
'#pymd'
).
text
(
dateArea
);
$
(
'#pymd'
).
text
(
dateArea
);
},
},
...
...
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