mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-04-11 03:33:15 +08:00
fix(monitor/operlog): 调整IP信息列宽度以避免内容溢出
设置 operLocation 列的固定宽度为 200,防止因IP地理位置信息过长导致表格布局错乱。
This commit is contained in:
@@ -63,7 +63,7 @@ export const columns: VxeGridProps['columns'] = [
|
|||||||
},
|
},
|
||||||
{ field: 'operName', title: '操作人员' },
|
{ field: 'operName', title: '操作人员' },
|
||||||
{ field: 'operIp', title: 'IP地址' },
|
{ field: 'operIp', title: 'IP地址' },
|
||||||
{ field: 'operLocation', title: 'IP信息' },
|
{ field: 'operLocation', title: 'IP信息', width: 200 },
|
||||||
{
|
{
|
||||||
field: 'status',
|
field: 'status',
|
||||||
title: '操作状态',
|
title: '操作状态',
|
||||||
|
|||||||
Reference in New Issue
Block a user