自动化立体仓库 - WCS系统
#
Junjie
2023-12-29 59069f6337b9ab31e5abb96476eb37c7c75cb8d5
#
1个文件已修改
5 ■■■■■ 已修改文件
src/main/webapp/views/console4.html 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/console4.html
@@ -512,6 +512,11 @@
              pixiStageList[index][idx] = sprite
            }
          });
          //视角居中
          let containerWidth = (pixiApp.view.width - objectsContainer.width) / 2;
          let containerHeight = (pixiApp.view.height - objectsContainer.height) / 2;
          pixiApp.stage.position.set(containerWidth, containerHeight);
        }else {
          let diff = this.findDiffList(this.map, map);
          diff.forEach((item, index) => {