diff --git a/web/src/components/LogsTable.js b/web/src/components/LogsTable.js index a775a240..6cd102d1 100644 --- a/web/src/components/LogsTable.js +++ b/web/src/components/LogsTable.js @@ -220,7 +220,7 @@ const LogsTable = () => { onClick={() => { sortLog('type'); }} - width={2} + width={1} > 类型 @@ -265,7 +265,7 @@ const LogsTable = () => { onClick={() => { sortLog('content'); }} - width={4} + width={5} > 详情