Showing
2 changed files
with
3 additions
and
3 deletions
@@ -65,7 +65,7 @@ class Grade { | @@ -65,7 +65,7 @@ class Grade { | ||
65 | res.render('grade/detail', { | 65 | res.render('grade/detail', { |
66 | module: 'activity', | 66 | module: 'activity', |
67 | page: 'grade-detail', | 67 | page: 'grade-detail', |
68 | - bgcolor: '#2b2b2b', | 68 | + bgcolor: '#444444', |
69 | width750: true, | 69 | width750: true, |
70 | localCss: true, | 70 | localCss: true, |
71 | title: '成长值' | 71 | title: '成长值' |
@@ -8,9 +8,9 @@ export default (graphData) => { | @@ -8,9 +8,9 @@ export default (graphData) => { | ||
8 | x2: 0, | 8 | x2: 0, |
9 | y2: 1, | 9 | y2: 1, |
10 | colorStops: [{ | 10 | colorStops: [{ |
11 | - offset: 0, color: '#2b2b2b' | 11 | + offset: 0, color: '#444444' |
12 | }, { | 12 | }, { |
13 | - offset: 1, color: '#444141' | 13 | + offset: 1, color: '#2b2b2b' |
14 | }], | 14 | }], |
15 | globalCoord: false | 15 | globalCoord: false |
16 | }, | 16 | }, |
-
Please register or login to post a comment