isv-robot 2 vuotta sitten
vanhempi
commit
9f3bf68dcd
1 muutettua tiedostoa jossa 9 lisäystä ja 9 poistoa
  1. 9 9
      src/views/dashboard-screen/jxdxqk/index.vue

+ 9 - 9
src/views/dashboard-screen/jxdxqk/index.vue

@@ -357,16 +357,16 @@ export default {
         name: '完成',
         value: this.arrMap[0],
         itemStyle: {
-          opacity: 0.5,
-          color: 'rgba(33,229,248,0.8)'
+          opacity: 0.8,
+          color: 'rgba(33,229,248,1)'
         }
 
       }, {
         name: '剩余',
         value: this.arrMap[1],
         itemStyle: {
-          opacity: 0.5,
-          color: 'rgba(217,187,62,0.8)'
+          opacity: 0.8,
+          color: 'rgba(217,187,62,1)'
         }
       }
 
@@ -381,8 +381,8 @@ export default {
           type: 'pie',
           hoverAnimation: false, // 悬停不放大
           labelLine: {
-            length: this.EchartfontSize(20),
-            length2: this.EchartfontSize(60),
+            length: this.EchartfontSize(60),
+            length2: this.EchartfontSize(40),
             lineStyle: {
               width: this.EchartfontSize(2)
             }
@@ -400,11 +400,11 @@ export default {
             rich: {
               a: {
                 color: '#ffffff',
-                fontSize: this.EchartfontSize(14)
+                fontSize: this.EchartfontSize(18)
               },
               b: {
                 color: 'rgba(33,229,248)',
-                fontSize: this.EchartfontSize(14),
+                fontSize: this.EchartfontSize(18),
                 verticalAlign: 'top',
                 align: 'center'
 
@@ -447,7 +447,7 @@ export default {
 
   .bg {
     position: absolute;
-    z-index: 1;
+    z-index: -1;
     bottom: -16%;
     width: 100%;
     height: 100%;