Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
zhangzl
/
nsgk_web
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
首页柱状图颜色修改
master
sunfengxiang
hace 3 años
padre
42d8cf8cee
commit
3f60d4daf3
Se han
modificado 2 ficheros
con
2 adiciones
y
2 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
static/css/index.css
+1
-1
static/js/project/index.js
+ 1
- 1
static/css/index.css
Ver fichero
@@ -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 fichero
@@ -85,7 +85,7 @@ define(['jquery', "template", "Tools", "echarts", 'swiper'], function ($, templa
data: [],//实际值减300
type: 'bar',
itemStyle: {
color: '#
007b76
'
color: '#
A9A9A9
'
}
}],
grid: {
Escribir
Vista previa
Cargando…
Cancelar
Guardar