From 16544228b7123100141e0e0146456ef5d60b9de6 Mon Sep 17 00:00:00 2001 From: dap <15891557205@163.com> Date: Thu, 29 Jan 2026 20:50:45 +0800 Subject: [PATCH] =?UTF-8?q?fix(monitor/operlog):=20=E8=B0=83=E6=95=B4IP?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E5=88=97=E5=AE=BD=E5=BA=A6=E4=BB=A5=E9=81=BF?= =?UTF-8?q?=E5=85=8D=E5=86=85=E5=AE=B9=E6=BA=A2=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 设置 operLocation 列的固定宽度为 200,防止因IP地理位置信息过长导致表格布局错乱。 --- apps/web-antd/src/views/monitor/operlog/data.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web-antd/src/views/monitor/operlog/data.tsx b/apps/web-antd/src/views/monitor/operlog/data.tsx index 9208df0c..5eb047e2 100644 --- a/apps/web-antd/src/views/monitor/operlog/data.tsx +++ b/apps/web-antd/src/views/monitor/operlog/data.tsx @@ -63,7 +63,7 @@ export const columns: VxeGridProps['columns'] = [ }, { field: 'operName', title: '操作人员' }, { field: 'operIp', title: 'IP地址' }, - { field: 'operLocation', title: 'IP信息' }, + { field: 'operLocation', title: 'IP信息', width: 200 }, { field: 'status', title: '操作状态',