yhluo 3 месяцев назад
Родитель
Сommit
94230163e6
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/components/assemblyechart/bottom/bottomLeft2Chart/chart.vue

+ 1 - 1
src/components/assemblyechart/bottom/bottomLeft2Chart/chart.vue

@@ -138,7 +138,7 @@ export default {
             itemStyle: {
               normal: {
                 barBorderRadius: 6,
-                color:  "rgba(209, 52, 56,0.8)"
+                color:  "#fff"
                 /* color: new this.$echarts.graphic.LinearGradient(0, 0, 0, 1, [
                    { offset: 0, color: "rgba(156,107,211,0.8)" },
                    { offset: 0.2, color: "rgba(156,107,211,0.5)" },