Explorar el Código

首页柱状图颜色修改

master
sunfengxiang hace 4 años
padre
commit
3f60d4daf3
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. +1
    -1
      static/css/index.css
  2. +1
    -1
      static/js/project/index.js

+ 1
- 1
static/css/index.css Ver fichero

@@ -281,7 +281,7 @@
} }


.center .centerLeft-top-tit01 span { .center .centerLeft-top-tit01 span {
color: #d21313;
color: var(--color);
} }


.center .centerLeft-top-tit02 { .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 data: [],//实际值减300
type: 'bar', type: 'bar',
itemStyle: { itemStyle: {
color: '#007b76'
color: '#A9A9A9'
} }
}], }],
grid: { grid: {


Cargando…
Cancelar
Guardar