diff --git a/src/components/selection/VehicleProjectSelectionDrawer.vue b/src/components/selection/VehicleProjectSelectionDrawer.vue index 891c24c9..088bd82d 100644 --- a/src/components/selection/VehicleProjectSelectionDrawer.vue +++ b/src/components/selection/VehicleProjectSelectionDrawer.vue @@ -86,7 +86,7 @@ export default { return { visible: false, title: this.$t('projectLibrary.selectProject'), - width: 800, + width: 1100, // 存储表单的数据 form: {}, isEdit: false, @@ -151,6 +151,8 @@ export default { } -