#
luxiaotao1123
2025-01-08 42e63efa6589342e0f9cff4389b986cf1c713c0b
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,
    );