Bläddra i källkod

Merge branch 'develop' of http://39.106.8.246:3003/web/wanda-editer into develop

haojianlong 4 år sedan
förälder
incheckning
9f88b7db00
2 ändrade filer med 5 tillägg och 4 borttagningar
  1. 3 3
      package.json
  2. 2 1
      src/components/mapClass/EditScence.ts

+ 3 - 3
package.json

@@ -9,10 +9,10 @@
   },
   "dependencies": {
     "@saga-web/base": "2.1.24",
-    "@saga-web/big": "1.0.92",
+    "@saga-web/big": "1.0.93",
     "@saga-web/draw": "2.1.105",
-    "@saga-web/feng-map": "1.0.27",
-    "@saga-web/graph": "2.1.116",
+    "@saga-web/feng-map": "1.0.28",
+    "@saga-web/graph": "2.1.117",
     "ant-design-vue": "^1.6.0",
     "core-js": "^3.6.4",
     "element-ui": "^2.13.2",

+ 2 - 1
src/components/mapClass/EditScence.ts

@@ -180,7 +180,8 @@ export class EditScence extends SGraphScene {
             Properties: {
                 IconUrl: require("../../assets/images/t-line-hover.png"),
                 Line: [{ X: event.x, Y: event.y }],
-                LineWidth: 2
+                LineWidth: 1,
+                StrokeColor: "#bdc3c8"
             }
         }
         const item = new SLineMarkerItem(null, data);