feat:【ele】DatePicker 补全 class

This commit is contained in:
YunaiV
2025-11-19 10:25:47 +08:00
parent 1100626968
commit 6b1a054e11
18 changed files with 24 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ export function useFormSchema(): VbenFormSchema[] {
showTime: true,
valueFormat: 'x',
format: 'YYYY-MM-DD HH:mm:ss',
class: '!w-full',
},
rules: 'required',
},
@@ -45,6 +46,7 @@ export function useFormSchema(): VbenFormSchema[] {
showTime: true,
valueFormat: 'x',
format: 'YYYY-MM-DD HH:mm:ss',
class: '!w-full',
},
rules: 'required',
},