From 476106165f9a1cf995c0981e60bf40510d2158b7 Mon Sep 17 00:00:00 2001 From: dap <15891557205@163.com> Date: Sun, 6 Oct 2024 10:06:50 +0800 Subject: [PATCH] chore: label width --- apps/web-antd/src/views/system/post/post-drawer.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web-antd/src/views/system/post/post-drawer.vue b/apps/web-antd/src/views/system/post/post-drawer.vue index c6071bf4..2a9b2474 100644 --- a/apps/web-antd/src/views/system/post/post-drawer.vue +++ b/apps/web-antd/src/views/system/post/post-drawer.vue @@ -24,6 +24,7 @@ const [BasicForm, formApi] = useVbenForm({ componentProps: { class: 'w-full', }, + labelWidth: 80, }, schema: drawerSchema(), showDefaultActions: false,