whycwx
2021-07-31 a4c43ac50daa0a3d902523745c8cece9a3ee3b40
src/pages/monitoring/js/gridCircuitDiagram.js
@@ -3,7 +3,7 @@
// import ACImg from '../images/AC.png'
const lineWidth = 3;
const lineStrokeColor = '#105b96';
const lineStrokeColor = '#fff';
const frequencyWidth = 96;
const ACWidth = 124;
const parameterWidth = 85;
@@ -75,7 +75,7 @@
        strokeStyle: lineStrokeColor,
        lineWidth: lineWidth,
        points: [
            [line3[1][0] - 30, line3[1][1]],
            [line3[1][0], line3[1][1]],
            [line2[1][0], line2[1][1]]
        ]
    })
@@ -138,7 +138,7 @@
        strokeStyle: lineStrokeColor,
        lineWidth: lineWidth,
        points: [
            [line5[1][0] - 30, line5[1][1]],
            [line5[1][0], line5[1][1]],
            [line6[0][0], line6[0][1]]
        ]
    })
@@ -288,7 +288,7 @@
    let Image1 = diagram.drawImage({
        id: 'img1',
        url: rectifier,
        point: [line15[1][0] - 60, line15[1][1]],
        point: [line15[1][0] - 60, line15[1][1]-20],
        width: 70,
        height: 101,
    })