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
Plain Diff
Browse Files
Authored by
郝肖肖
2018-03-22 15:15:19 +0800
Commit
7c6512b2b4cc2baeba84a427e8ef9a0869a3370c
2 parents
e07219d7
0bd5a772
Merge branch 'feature/growthdetail' of git.yoho.cn:fe/yohobuywap-node into feature/growthdetail
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
5 deletions
public/js/activity/grade/detail.js
public/js/activity/grade/graph-options.js
public/scss/activity/grade-detail.page.css
public/js/activity/grade/detail.js
View file @
7c6512b
import
'activity/grade-detail.page.css'
;
import
$
from
'yoho-jquery'
;
import
echarts
from
'echarts'
;
import
echarts
from
'echarts/lib/echarts'
;
import
'echarts/lib/chart/line'
;
import
'echarts/lib/component/dataZoom'
;
import
tip
from
'plugin/tip'
;
import
Page
from
'yoho-page'
;
import
graphOptions
from
'./graph-options'
;
...
...
public/js/activity/grade/graph-options.js
View file @
7c6512b
export
default
(
graphData
)
=>
{
return
{
animationDuration
:
500
,
backgroundColor
:
'#2d2d2d'
,
tooltip
:
{
trigger
:
'none'
...
...
@@ -31,7 +32,7 @@ export default (graphData) => {
data
:
graphData
.
seriesData
,
color
:
[
'#A59075'
],
symbol
:
'circle'
,
symbolSize
:
8
,
symbolSize
:
10
,
type
:
'line'
,
label
:
{
normal
:
{
...
...
public/scss/activity/grade-detail.page.css
View file @
7c6512b
...
...
@@ -95,12 +95,12 @@
}
.grade-bill-left
>
.order
{
font-size
:
16
px
;
font-size
:
22
px
;
}
.grade-bill-left
>
.time
{
margin-top
:
4px
;
font-size
:
1
4
px
;
font-size
:
1
8
px
;
font-weight
:
300
;
color
:
#444
;
}
...
...
@@ -108,7 +108,7 @@
.grade-bill-right
{
display
:
flex
;
align-items
:
center
;
font-size
:
1
0
px
;
font-size
:
1
8
px
;
font-weight
:
300
;
color
:
#ccc
;
}
...
...
Please
register
or
login
to post a comment