Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
郭成尧
2018-03-23 15:51:02 +0800
Commit
bf8e135368dabbe2aedeeffb276540c24c14aff3
1 parent
093ac25e
bgcolor
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
apps/activity/controllers/grade.js
public/js/activity/grade/graph-options.js
apps/activity/controllers/grade.js
View file @
bf8e135
...
...
@@ -65,7 +65,7 @@ class Grade {
res
.
render
(
'grade/detail'
,
{
module
:
'activity'
,
page
:
'grade-detail'
,
bgcolor
:
'#
2b2b2b
'
,
bgcolor
:
'#
444444
'
,
width750
:
true
,
localCss
:
true
,
title
:
'成长值'
...
...
public/js/activity/grade/graph-options.js
View file @
bf8e135
...
...
@@ -8,9 +8,9 @@ export default (graphData) => {
x2
:
0
,
y2
:
1
,
colorStops
:
[{
offset
:
0
,
color
:
'#
2b2b2b
'
offset
:
0
,
color
:
'#
444444
'
},
{
offset
:
1
,
color
:
'#
444141
'
offset
:
1
,
color
:
'#
2b2b2b
'
}],
globalCoord
:
false
},
...
...
Please
register
or
login
to post a comment