修改车辆大小
This commit is contained in:
parent
0ff06e8b59
commit
69a2383665
@ -383,8 +383,8 @@ const emit = defineEmits(['transmitMapId'])
|
|||||||
const storeDialogRef = ref(null) // 仓库信息弹窗
|
const storeDialogRef = ref(null) // 仓库信息弹窗
|
||||||
const list = ref([])
|
const list = ref([])
|
||||||
const testCarList = ref([]) //小车数组
|
const testCarList = ref([]) //小车数组
|
||||||
const carWidth = ref(60)
|
const carWidth = ref(200)
|
||||||
const carHeight = ref(32)
|
const carHeight = ref(100)
|
||||||
|
|
||||||
// 定义属性
|
// 定义属性
|
||||||
const props = defineProps({
|
const props = defineProps({
|
||||||
|
Loading…
Reference in New Issue
Block a user