浏览代码

生物安防

xsh 3 年之前
父节点
当前提交
5579cd5ab7
共有 1 个文件被更改,包括 6 次插入6 次删除
  1. 6 6
      src/views/Production/board/ChartAmountPie.vue

+ 6 - 6
src/views/Production/board/ChartAmountPie.vue

@@ -50,7 +50,7 @@ export default {
           },
         },
         legend: {
-          top: "11%",
+          top: "25%",
           left: "55%",
           orient: "vertical",
           icon: "circle",
@@ -93,7 +93,7 @@ export default {
           {
             type: "text",
             left: "23%",
-            top: "30%",
+            top: "40%",
             style: {
               text: "总存栏",
               fontSize: 15,
@@ -103,8 +103,8 @@ export default {
           },
           {
             type: "text",
-            left: "23%",
-            top: "40%",
+            left: "20%",
+            top: "50%",
             style: {
               text: total,
               fontSize: 24,
@@ -117,8 +117,8 @@ export default {
           {
             name: "Access From",
             type: "pie",
-            radius: ["58%", "73%"], // 半径
-            center: ["28%", "46%"],
+            radius: ["58%", "75%"], // 半径
+            center: ["28%", "55%"],
             avoidLabelOverlap: false,
             label: {
               show: false,