本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
zhangzl
/
nsgk_web
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
首页柱状图颜色修改
master
sunfengxiang
3 年之前
父節點
42d8cf8cee
當前提交
3f60d4daf3
共有
2 個檔案被更改
,包括
2 行新增
和
2 行删除
分割檢視
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
查看文件
@@ -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
查看文件
@@ -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…
取消
儲存