From 066a1a0f975b1d84e53638618eafffaa88d9de93 Mon Sep 17 00:00:00 2001 From: dap <15891557205@163.com> Date: Thu, 26 Sep 2024 08:10:30 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BC=98=E5=8C=96authmodal=E5=B8=83?= =?UTF-8?q?=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/src/views/system/role/role-auth-modal.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web-antd/src/views/system/role/role-auth-modal.vue b/apps/web-antd/src/views/system/role/role-auth-modal.vue index 038aa5d8..e725861a 100644 --- a/apps/web-antd/src/views/system/role/role-auth-modal.vue +++ b/apps/web-antd/src/views/system/role/role-auth-modal.vue @@ -17,8 +17,8 @@ const [BasicForm, formApi] = useVbenForm({ componentProps: { class: 'w-full', }, - labelWidth: 80, }, + layout: 'vertical', schema: authModalSchemas(), showDefaultActions: false, }); @@ -99,7 +99,7 @@ function handleCheckStrictlyChange(value: boolean) {