fix(monitor/operlog): 调整IP信息列宽度以避免内容溢出

设置 operLocation 列的固定宽度为 200,防止因IP地理位置信息过长导致表格布局错乱。
This commit is contained in:
dap
2026-01-29 20:50:45 +08:00
parent 330f2d81ed
commit 16544228b7

View File

@@ -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: '操作状态',