zpf 9 сар өмнө
parent
commit
acfed651e7

+ 2 - 2
src/views/siteselection/components/dkDetailsNew.vue

@@ -93,8 +93,8 @@ export default {
     },
     setEchart(data, type, index) {
       this.$nextTick(() => {
-        let max =3
-        let legend_right = "20%"
+        let max =7
+        let legend_right = "4%"
         this.$refs.ghxz_pie[index].setOptions({ data, type, max, legend_right });
       });
     },