Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
zhangzl
/
nsgk_web
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
首页柱状图颜色修改
master
sunfengxiang
3 anos atrás
pai
42d8cf8cee
commit
3f60d4daf3
2 arquivos alterados
com
2 adições
e
2 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
static/css/index.css
+1
-1
static/js/project/index.js
+ 1
- 1
static/css/index.css
Ver arquivo
@@ -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
Ver arquivo
@@ -85,7 +85,7 @@ define(['jquery', "template", "Tools", "echarts", 'swiper'], function ($, templa
data: [],//实际值减300
type: 'bar',
itemStyle: {
color: '#
007b76
'
color: '#
A9A9A9
'
}
}],
grid: {
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar