From 76108e7b8f1630afca2db77e09276c6d10f60cdf Mon Sep 17 00:00:00 2001 From: dap <15891557205@163.com> Date: Sat, 12 Apr 2025 10:31:43 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=AE=BD=E5=BA=A6=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E4=B8=BAauto(=E6=A0=B9=E6=8D=AE=E5=AD=90=E5=85=83?= =?UTF-8?q?=E7=B4=A0=E5=AE=BD=E5=BA=A6=E5=8A=A8=E6=80=81=E5=8F=98=E5=8C=96?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/src/views/system/user/data.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web-antd/src/views/system/user/data.tsx b/apps/web-antd/src/views/system/user/data.tsx index af1ca307..a84e0792 100644 --- a/apps/web-antd/src/views/system/user/data.tsx +++ b/apps/web-antd/src/views/system/user/data.tsx @@ -87,7 +87,7 @@ export const columns: VxeGridProps['columns'] = [ slots: { default: 'action' }, title: '操作', resizable: false, - width: 180, + width: 'auto', }, ];