From e09e95c3f5923d02278c023efd2dfb8443210481 Mon Sep 17 00:00:00 2001 From: dap <15891557205@163.com> Date: Tue, 17 Dec 2024 20:00:16 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=94=B9width?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/src/views/workflow/processInstance/data.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web-antd/src/views/workflow/processInstance/data.tsx b/apps/web-antd/src/views/workflow/processInstance/data.tsx index 3183ca39..6e7e711d 100644 --- a/apps/web-antd/src/views/workflow/processInstance/data.tsx +++ b/apps/web-antd/src/views/workflow/processInstance/data.tsx @@ -86,6 +86,6 @@ export const columns: VxeGridProps['columns'] = [ slots: { default: 'action' }, title: '操作', resizable: false, - width: 280, + width: 200, }, ];