From a515f9284e3c47c0cb080cdcc29fffc781456565 Mon Sep 17 00:00:00 2001 From: JustSong Date: Sat, 24 Jun 2023 15:42:16 +0800 Subject: [PATCH] chore: adjust table width --- web/src/components/LogsTable.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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} > 详情