sys5923812@126.com 2 هفته پیش
والد
کامیت
f633230567

+ 1 - 1
src/views/xjc-integratedmachine/wakeup/rainbow/FollowRingChart.vue

@@ -40,7 +40,7 @@
                 avoidLabelOverlap: false,
                 itemStyle: {
                     borderRadius: 10,
-                    borderColor: props.chartProps.borderColor,
+                    borderColor: '#ff0000',
                     borderWidth: 2
                 },
                 label: {

+ 2 - 2
src/views/xjc-integratedmachine/wakeup/rainbow/paint3.vue

@@ -71,8 +71,8 @@
         width: 800px;
         height: 800px;
         position: absolute;
-        left: 100px;
-        top : 100px;
+        left: 0px;
+        top : 0px;
         background: #ffff00;
     }
     .ring-chart2 {