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