Explorar o código

修改3d饼状图比例

zpf hai 11 meses
pai
achega
88035f16f6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/cockpit/tdsy.vue

+ 1 - 1
src/views/cockpit/tdsy.vue

@@ -192,7 +192,7 @@ export default {
         { name: "未供应", value: store.state.cockpit_tdgy.gy_jd_info.pieData.wgy },
         { name: "已划拨", value: store.state.cockpit_tdgy.gy_jd_info.pieData.yhb },
         { name: "已出让", value: store.state.cockpit_tdgy.gy_jd_info.pieData.ycr },
-      ]);
+      ], 0.2);
     },
     async init_tdgy_jt_jg(params) {
       const that = this;