Browse Source

🎨 feat<用户管理>: 修改列宽

xinyan 9 months ago
parent
commit
e0956b5627
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/views/system/user/crud.tsx

+ 3 - 3
src/views/system/user/crud.tsx

@@ -198,7 +198,7 @@ export const createCrudOptions = function ({ crudExpose }: CreateCrudOptionsProp
             data: dictionary('gender'),
           }),
           column: {
-            minWidth: 50, //最小列宽
+            minWidth: 80, //最小列宽
           },
           form: {
             value: 1,
@@ -228,7 +228,7 @@ export const createCrudOptions = function ({ crudExpose }: CreateCrudOptionsProp
             },
           }),
           column: {
-            minWidth: 100, //最小列宽
+            minWidth: 180, //最小列宽
           },
           form: {
             rules: [
@@ -274,7 +274,7 @@ export const createCrudOptions = function ({ crudExpose }: CreateCrudOptionsProp
             },
           }),
           column: {
-            minWidth: 100, //最小列宽
+            minWidth: 180, //最小列宽
           },
           form: {
             rules: [