Browse Source

修改饼图颜色

master
luyisha 3 years ago
parent
commit
a0b02f4bba
  1. BIN
      src/assets/index/tyc_icon-2.png
  2. BIN
      src/assets/index/tyc_icon.png
  3. BIN
      src/assets/index/yyg_icon-2.png
  4. BIN
      src/assets/index/yyg_icon.png
  5. 2
      src/views/index.vue

BIN
src/assets/index/tyc_icon-2.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
src/assets/index/tyc_icon.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

BIN
src/assets/index/yyg_icon-2.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 794 B

BIN
src/assets/index/yyg_icon.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 794 B

After

Width:  |  Height:  |  Size: 1.6 KiB

2
src/views/index.vue

@ -812,7 +812,7 @@ export default {
function run(){
var dataP = that.dataP;
let color = ['#a9eeff', '#6666ff', '#ff6600', '#02ff00','#00ffff', '#fdff00'];
let color = ['#ff9acc', '#6666ff', '#a9eeff', '#02ff00','#00ffff', '#fdff00'];
let color1=[], color2=[], color3=[];
//
color.forEach((item) => {

Loading…
Cancel
Save