diff --git a/src/views/lll/NYJCD.vue b/src/views/lll/NYJCD.vue index 839b25f..866ee15 100644 --- a/src/views/lll/NYJCD.vue +++ b/src/views/lll/NYJCD.vue @@ -744,7 +744,7 @@ export default { text-align: center; line-height: 140px; color: #fff; - font-size: 50px; + font-size: 40px; font-weight: bold; font-family: "FZZCHJW-1"; background-image: url("../../assets/nyjc/图层 11.png"); @@ -769,7 +769,7 @@ export default { text-align: center; line-height: 140px; color: #fff; - font-size: 50px; + font-size: 40px; font-weight: bold; background-image: url("../../assets/nyjc/组 277.png"); font-family: "FZZCHJW-1"; diff --git a/src/views/lll/NYJCD/SCX1.vue b/src/views/lll/NYJCD/SCX1.vue index d99b3f0..c8a7a9b 100644 --- a/src/views/lll/NYJCD/SCX1.vue +++ b/src/views/lll/NYJCD/SCX1.vue @@ -886,7 +886,6 @@ export default { center: ["80%", "100%"], radius: "60%", }; - //曲面的颜色、不透明度等样式。 if (typeof pieData[i].itemStyle != "undefined") { let itemStyle = {}; @@ -900,7 +899,6 @@ export default { } series.push(seriesItem); } - // 使用上一次遍历时,计算出的数据和 sumValue,调用 getParametricEquation 函数, // 向每个 series-surface 传入不同的参数方程 series-surface.parametricEquation,也就是实现每一个扇形。 legendData = []; diff --git a/src/views/lll/PDS.vue b/src/views/lll/PDS.vue index 788c075..95fec2f 100644 --- a/src/views/lll/PDS.vue +++ b/src/views/lll/PDS.vue @@ -147,7 +147,11 @@ export default { this.list = list; }, sendMessageToCSharp(name) { - window.vuplex.postMessage(name); + let that = this; + window.vuplex.postMessage({ + type: that.$route.query.type, + name: name, + }); }, changeArr(name) { if (name == "总降电力室") {