This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zhangzl
/
nsgk_web
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
首页柱状图颜色修改
master
sunfengxiang
3 years ago
parent
42d8cf8cee
commit
3f60d4daf3
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
static/css/index.css
+1
-1
static/js/project/index.js
+ 1
- 1
static/css/index.css
View File
@@ -281,7 +281,7 @@
}
.center .centerLeft-top-tit01 span {
color:
#d21313
;
color:
var(--color)
;
}
.center .centerLeft-top-tit02 {
+ 1
- 1
static/js/project/index.js
View File
@@ -85,7 +85,7 @@ define(['jquery', "template", "Tools", "echarts", 'swiper'], function ($, templa
data: [],//实际值减300
type: 'bar',
itemStyle: {
color: '#
007b76
'
color: '#
A9A9A9
'
}
}],
grid: {
Write
Preview
Loading…
Cancel
Save