From 96683973f49ab36ba04b50333d4f2bc015a70012 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期四, 09 五月 2024 15:38:00 +0800 Subject: [PATCH] # --- src/assets/data/shelf.js | 32 ++++++++++++++++---------------- 1 files changed, 16 insertions(+), 16 deletions(-) diff --git a/src/assets/data/shelf.js b/src/assets/data/shelf.js index 2976170..425db51 100644 --- a/src/assets/data/shelf.js +++ b/src/assets/data/shelf.js @@ -1,7 +1,7 @@ import * as Common from '@/utils/common'; // row -const shelfRowOffset = 1000; +const shelfRowOffset = 850 ; const realRowPos = [0 - shelfRowOffset, 0 + shelfRowOffset, 2420 - shelfRowOffset, 2420 + shelfRowOffset]; // bay @@ -88,21 +88,21 @@ // position: Common.calculateMappedPosition([realRowPos[2], 0, realBayPos[3]]), // rotationY: Math.PI / 2, // }, - { - no: '3-10-1', - position: Common.calculateMappedPosition([realRowPos[2], 0, realBayPos[2]]), - rotationY: Math.PI / 2, - }, - { - no: '3-13-1', - position: Common.calculateMappedPosition([realRowPos[2], 0, realBayPos[1]]), - rotationY: Math.PI / 2, - }, - { - no: '3-16-1', - position: Common.calculateMappedPosition([realRowPos[2], 0, realBayPos[0]]), - rotationY: Math.PI / 2, - }, + // { + // no: '3-10-1', + // position: Common.calculateMappedPosition([realRowPos[2], 0, realBayPos[2]]), + // rotationY: Math.PI / 2, + // }, + // { + // no: '3-13-1', + // position: Common.calculateMappedPosition([realRowPos[2], 0, realBayPos[1]]), + // rotationY: Math.PI / 2, + // }, + // { + // no: '3-16-1', + // position: Common.calculateMappedPosition([realRowPos[2], 0, realBayPos[0]]), + // rotationY: Math.PI / 2, + // }, ]; -- Gitblit v1.9.1