Commit e2f3a535 authored by xxx's avatar xxx

大屏css修改

parent 79d45cb9
This diff is collapsed.
...@@ -744,7 +744,7 @@ export default { ...@@ -744,7 +744,7 @@ export default {
width: 1.5, width: 1.5,
}, },
}, },
startAngle: 10, //起始角度,支持范围[0, 360]。 //重要 startAngle: 30, //起始角度,支持范围[0, 360]。 //重要
clockwise: false, //饼图的扇区是否是顺时针排布。上述这两项配置主要是为了对齐3d的样式 clockwise: false, //饼图的扇区是否是顺时针排布。上述这两项配置主要是为了对齐3d的样式
radius: ["50%", "50%"], radius: ["50%", "50%"],
center: ["50%", "50%"], center: ["50%", "50%"],
...@@ -996,8 +996,8 @@ export default { ...@@ -996,8 +996,8 @@ export default {
this.truckDynamicListData.endTime = res[0].endTime; this.truckDynamicListData.endTime = res[0].endTime;
this.truckDynamicListData.loadArea = res[0].loadArea; this.truckDynamicListData.loadArea = res[0].loadArea;
this.truckDynamicListData.unloadArea = res[0].unloadArea; this.truckDynamicListData.unloadArea = res[0].unloadArea;
this.kachedongtaiEcharts();
} }
this.kachedongtaiEcharts();
this.truckDynamicListData.num2 = this.truckDynamicListData.num2 + 1; this.truckDynamicListData.num2 = this.truckDynamicListData.num2 + 1;
}) })
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment