From fc6ebb8ed9359153e3a895896aa61a1b2c433fab Mon Sep 17 00:00:00 2001 From: xingyu4j Date: Thu, 5 Jun 2025 19:18:53 +0800 Subject: [PATCH] fix: system import --- .../web-antd/src/views/system/user/modules/import-form.vue | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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 ee05847a..7e02583a 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() {