tangning 9 miesięcy temu
rodzic
commit
9a57f9e7d0
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      src/views/empower/index.vue

+ 2 - 1
src/views/empower/index.vue

@@ -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: {