Browse Source

feat(core): udpate locale style1

gemercheung 3 years ago
parent
commit
a9a74003e7
1 changed files with 4 additions and 3 deletions
  1. 4 3
      src/views/corporation/index.vue

+ 4 - 3
src/views/corporation/index.vue

@@ -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,
             component: 'Input',
             colProps: {
               xl: 12,