feat: 前端优化

This commit is contained in:
tbphp
2025-07-18 16:41:38 +08:00
parent 0d9cd5b031
commit 7fb48c0100
2 changed files with 10 additions and 5 deletions

View File

@@ -166,7 +166,7 @@ const createColumns = () => [
render: (row: LogRow) =>
h(NEllipsis, { style: "max-width: 200px" }, { default: () => row.upstream_addr }),
},
{ title: "源IP", key: "source_ip", width: 130 },
{ title: "源IP", key: "source_ip", width: 140 },
{
title: "错误信息",
width: 270,