@@ -150,7 +150,7 @@
},
];
const searchForm: Partial<FormProps> = {
- labelWidth: 100,
+ labelWidth: 130,
autoSubmitOnEnter: true,
schemas: [
{
@@ -202,6 +202,7 @@
// },
field: 'authorizeKey',
+ labelWidth: 150,
label: t('routes.empower.authorizeKey'),
component: 'Input',
colProps: {