deepsea 1 vuosi sitten
vanhempi
commit
0677fe9045
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      src/views/ordinaryPage/index.vue

+ 2 - 2
src/views/ordinaryPage/index.vue

@@ -1154,8 +1154,8 @@ export default {
           if(currentBench)
           {
             //console.log('currentBench',currentBench);
-            currentBench.left = item.x - 548;
-            currentBench.top = item.y - 137;
+            currentBench.left = item.x - 548 - 50;
+            currentBench.top = item.y - 137 - 120;
             currentBench.benchId = item.benchId;
             currentBench.benchType = item.benchType;
             if(currentBench.benchType == 2)