#
luxiaotao1123
2025-01-06 b6c82c2a4b94e63d1afe506a7b943496cc9f8017
zy-acs-flow/src/map/tool.js
@@ -755,7 +755,7 @@
    agvPath = new PIXI.Graphics();
    agvPath.name = agvPathName;
    agvPath.lineStyle(
        Math.max(180, 4 * (1 / mapContainer?.scale.x || 1)),
        Math.max(200, 4 * (1 / mapContainer?.scale.x || 1)),
        themeMode === 'dark' ? 0x40739e : 0x2f68ac,
        0.8,
    );