diff --git a/apps/web-antd/src/views/system/user/modules/import-form.vue b/apps/web-antd/src/views/system/user/modules/import-form.vue index ee05847a1..7e02583a2 100644 --- a/apps/web-antd/src/views/system/user/modules/import-form.vue +++ b/apps/web-antd/src/views/system/user/modules/import-form.vue @@ -16,11 +16,8 @@ const emit = defineEmits(['success']); const [Form, formApi] = useVbenForm({ commonConfig: { - componentProps: { - class: 'w-full', - }, formItemClass: 'col-span-2', - labelWidth: 80, + labelWidth: 120, }, layout: 'horizontal', schema: useImportFormSchema(), @@ -62,7 +59,7 @@ async function handleDownload() {