style: useVbenForm commonConfig

This commit is contained in:
xingyu4j
2025-04-23 17:06:31 +08:00
parent b720cf049d
commit 9a75421eaa
2 changed files with 8 additions and 4 deletions

View File

@@ -39,9 +39,6 @@ export function useFormSchema(): VbenFormSchema[] {
component: 'InputNumber',
componentProps: {
min: 0,
class: 'w-full',
controlsPosition: 'right',
placeholder: '请输入显示顺序',
},
rules: 'required',
},