From 430471ec8a3a29ecba0ec0008f6d020f1a3d7c24 Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Sat, 21 Oct 2023 14:54:33 +0800 Subject: [PATCH] style: some detail --- src/client/components/WebsiteList.tsx | 2 +- src/client/components/monitor/MonitorEventList.tsx | 2 +- src/client/pages/Monitor/Overview.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/client/components/WebsiteList.tsx b/src/client/components/WebsiteList.tsx index 59b21f5..9b7b26f 100644 --- a/src/client/components/WebsiteList.tsx +++ b/src/client/components/WebsiteList.tsx @@ -134,7 +134,7 @@ const WebsiteListTable: React.FC<{ workspaceId: string }> = React.memo( format: 'text/plain', text: trackScript, }} - className="h-[96px] flex p-2 rounded bg-black bg-opacity-5 border border-black border-opacity-10" + className="h-[96px] flex p-2 rounded bg-black bg-opacity-5 border border-black border-opacity-10 overflow-auto" > {trackScript} diff --git a/src/client/components/monitor/MonitorEventList.tsx b/src/client/components/monitor/MonitorEventList.tsx index dc0d8b6..e94cf78 100644 --- a/src/client/components/monitor/MonitorEventList.tsx +++ b/src/client/components/monitor/MonitorEventList.tsx @@ -23,7 +23,7 @@ export const MonitorEventList: React.FC = React.memo( } return ( -
+
{data.map((item) => ( {
-
+