修改小车尺寸

This commit is contained in:
xhf 2025-03-05 17:15:28 +08:00
parent e871f8f9e6
commit 9421ed8a1a

View File

@ -430,8 +430,8 @@ const storeDialogRef = ref(null) // 仓库信息弹窗
const list = ref([])
const nowObject = ref(null) //
const testCarList = ref([]) //
const carWidth = ref(40)
const carHeight = ref(22)
const carWidth = ref(60)
const carHeight = ref(32)
const convertActualToBrowser = (pointX, pointY) => {
  const y1 = Number(nowObject.value.showYamlJson.origin[1]) + Number(nowObject.value.showYamlJson.height) * Number(nowObject.value.showYamlJson.resolution)