fix:【antd】移除 controlsPosition ,因为 inputnumber 没这个属性,只有 ele 才有

This commit is contained in:
YunaiV
2025-10-07 10:55:34 +08:00
parent 64eed7b39a
commit 8d34744deb
18 changed files with 0 additions and 28 deletions

View File

@@ -41,7 +41,6 @@ export function useFormSchema(): VbenFormSchema[] {
label: '温度参数',
component: 'InputNumber',
componentProps: {
controlsPosition: 'right',
placeholder: '请输入温度参数',
class: 'w-full',
precision: 2,
@@ -55,7 +54,6 @@ export function useFormSchema(): VbenFormSchema[] {
label: '回复数 Token 数',
component: 'InputNumber',
componentProps: {
controlsPosition: 'right',
placeholder: '请输入回复数 Token 数',
class: 'w-full',
min: 0,
@@ -68,7 +66,6 @@ export function useFormSchema(): VbenFormSchema[] {
label: '上下文数量',
component: 'InputNumber',
componentProps: {
controlsPosition: 'right',
placeholder: '请输入上下文数量',
class: 'w-full',
min: 0,