Эх сурвалжийг харах

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

xinyan 9 сар өмнө
parent
commit
e0956b5627

+ 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: [