diff --git a/apps/web-antd/src/views/system/oss/index.vue b/apps/web-antd/src/views/system/oss/index.vue index 9777121f..b0bdcdb3 100644 --- a/apps/web-antd/src/views/system/oss/index.vue +++ b/apps/web-antd/src/views/system/oss/index.vue @@ -83,6 +83,9 @@ const gridOptions: VxeGridProps = { }, }, }, + headerCellConfig: { + height: 44, + }, cellConfig: { height: 65, }, diff --git a/apps/web-antd/src/views/system/user/index.vue b/apps/web-antd/src/views/system/user/index.vue index 2e42c439..9eddd9c4 100644 --- a/apps/web-antd/src/views/system/user/index.vue +++ b/apps/web-antd/src/views/system/user/index.vue @@ -113,6 +113,9 @@ const gridOptions: VxeGridProps = { }, }, }, + headerCellConfig: { + height: 44, + }, cellConfig: { height: 48, }, diff --git a/apps/web-antd/src/views/workflow/processDefinition/index.vue b/apps/web-antd/src/views/workflow/processDefinition/index.vue index 51c93240..5a6968e9 100644 --- a/apps/web-antd/src/views/workflow/processDefinition/index.vue +++ b/apps/web-antd/src/views/workflow/processDefinition/index.vue @@ -93,6 +93,9 @@ const gridOptions: VxeGridProps = { }, }, }, + headerCellConfig: { + height: 44, + }, cellConfig: { height: 100, }, diff --git a/apps/web-antd/src/views/workflow/processInstance/index.vue b/apps/web-antd/src/views/workflow/processInstance/index.vue index f78ef96a..653dca5e 100644 --- a/apps/web-antd/src/views/workflow/processInstance/index.vue +++ b/apps/web-antd/src/views/workflow/processInstance/index.vue @@ -103,6 +103,9 @@ const gridOptions: VxeGridProps = { }, }, }, + headerCellConfig: { + height: 44, + }, cellConfig: { height: 66, },