|
@@ -62,7 +62,7 @@ export const getDefaultSchemas: (dictOptions: any[], deviceOptions: any[]) => Fo
|
|
|
// },
|
|
|
},
|
|
|
colProps: {
|
|
|
- span: 4,
|
|
|
+ span: 6,
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -81,7 +81,7 @@ export const getDefaultSchemas: (dictOptions: any[], deviceOptions: any[]) => Fo
|
|
|
// },
|
|
|
},
|
|
|
colProps: {
|
|
|
- span: 4,
|
|
|
+ span: 3,
|
|
|
},
|
|
|
},
|
|
|
// {
|
|
@@ -140,7 +140,7 @@ export const getDefaultSchemas: (dictOptions: any[], deviceOptions: any[]) => Fo
|
|
|
],
|
|
|
},
|
|
|
colProps: {
|
|
|
- span: 4,
|
|
|
+ span: 3,
|
|
|
},
|
|
|
},
|
|
|
];
|
|
@@ -166,7 +166,7 @@ export const defaultTableProps: BasicTableProps = {
|
|
|
/** 默认的查询表单props,参考 BasicForm 组件 */
|
|
|
export const defaultFormProps: FormProps = {
|
|
|
labelAlign: 'left',
|
|
|
- labelCol: { span: 8 },
|
|
|
+ labelWidth: 80,
|
|
|
showAdvancedButton: false,
|
|
|
showSubmitButton: false,
|
|
|
showResetButton: false,
|