@@ -200,20 +200,21 @@
];
const searchForm: Partial<FormProps> = {
- labelWidth: 100,
+ labelWidth: isJA.value ? 150 : 100,
schemas: [
{
field: 'id',
label: 'id',
component: 'Input',
colProps: {
- xl: 5,
- xxl: 5,
+ xl: 8,
+ xxl: 8,
},
field: 'userName',
label: t('routes.corporation.enterpriseId'),
+ labelWidth: isJA.value ? 250 : 100,
xl: 12,