From 93f5459ab74ed18ba88e82f72ac79cb63c14d6ba Mon Sep 17 00:00:00 2001 From: caiyuchao Date: Mon, 26 May 2025 18:26:24 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AE=A2=E6=88=B7=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E5=BC=B9=E5=87=BA=E6=A1=86=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/src/views/license/customer/modules/form.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/web-antd/src/views/license/customer/modules/form.vue b/apps/web-antd/src/views/license/customer/modules/form.vue index c72b7bb..281e746 100644 --- a/apps/web-antd/src/views/license/customer/modules/form.vue +++ b/apps/web-antd/src/views/license/customer/modules/form.vue @@ -30,12 +30,14 @@ const [Form, formApi] = useVbenForm({ componentProps: { class: 'w-full', }, - formItemClass: 'col-span-2', + // formItemClass: 'col-span-2', labelWidth: 80, }, layout: 'horizontal', schema: useFormSchema(), showDefaultActions: false, + // 大屏一行显示3个,中屏一行显示2个,小屏一行显示1个 + wrapperClass: 'grid-cols-1 md:grid-cols-2', }); const [Modal, modalApi] = useVbenModal({ @@ -94,7 +96,7 @@ const [Modal, modalApi] = useVbenModal({