haojianlong před 5 roky
rodič
revize
4ab61b345f
2 změnil soubory, kde provedl 3 přidání a 2 odebrání
  1. 2 2
      package.json
  2. 1 0
      src/components/baseEditer.vue

+ 2 - 2
package.json

@@ -9,9 +9,9 @@
   },
   "dependencies": {
     "@saga-web/base": "2.1.22",
-    "@saga-web/big": "1.0.55",
+    "@saga-web/big": "1.0.56",
     "@saga-web/draw": "2.1.100",
-    "@saga-web/feng-map": "1.0.13",
+    "@saga-web/feng-map": "1.0.15",
     "@saga-web/graph": "2.1.94",
     "@saga-web/topology": "1.0.84",
     "ant-design-vue": "^1.6.0",

+ 1 - 0
src/components/baseEditer.vue

@@ -126,6 +126,7 @@ export default {
             this.fParser.parseData(res);
             this.scene.fidToItem = {}
             this.fParser.spaceList.forEach(t => {
+              t.zOrder = t.zOrder + t.data.Height;
               t.selectable = true;
               this.scene.fidToItem[t.data.SourceId] = t;
               this.scene.addItem(t);