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

@@ -81,6 +81,10 @@ export function useFormSchema(): VbenFormSchema[] {
label: '账号额度',
fieldName: 'accountCount',
component: 'InputNumber',
componentProps: {
controlsPosition: 'right',
class: '!w-full',
},
rules: 'required',
},
{