luxiaotao1123
2024-12-27 6200b69a0aa66865bd94bc159ff823fc97013811
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(100, 4 * (1 / mapContainer?.scale.x || 1)),
        themeMode === 'dark' ? 0x40739e : 0x2f68ac,
        0.8,
    );