修改车辆大小

This commit is contained in:
xhf 2025-04-02 17:04:41 +08:00
parent 0ff06e8b59
commit 69a2383665

View File

@ -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({