소스 검색

首页柱状图颜色修改

master
sunfengxiang 3 년 전
부모
커밋
3f60d4daf3
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -1
      static/css/index.css
  2. +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: {


불러오는 중...
취소
저장