feat:【ele】InputNumber 补全 controlsPosition、class

This commit is contained in:
YunaiV
2025-11-19 10:21:31 +08:00
parent 2144a1103b
commit 1100626968
15 changed files with 66 additions and 8 deletions

View File

@@ -31,6 +31,8 @@ export function useFormSchema(): VbenFormSchema[] {
componentProps: {
placeholder: '请输入排序',
min: 0,
controlsPosition: 'right',
class: '!w-full',
},
rules: 'required',
},