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,