Browse Source

fix:选择框间距调整

pull/107/head
肖晋飞 2 weeks ago
parent
commit
c60f71fec9
  1. 4
      src/views/run/instant/instant.data.ts

4
src/views/run/instant/instant.data.ts

@ -153,7 +153,7 @@ export function getSearchFormSchema(showAlgorithm = true): FormSchema[] {
label: '模型实例名称',
field: 'mpName',
component: 'Input',
labelWidth: 100,
labelWidth: 120,
defaultValue: '',
colProps: { span: 5 },
},
@ -161,7 +161,7 @@ export function getSearchFormSchema(showAlgorithm = true): FormSchema[] {
label: '算法',
field: 'algorithmId',
component: 'Select',
labelWidth: 40,
labelWidth: 50,
componentProps: {
placeholder: '全部算法',
options: [

Loading…
Cancel
Save