From 2a6cc01eedaa08f804081f4b0016b9ff5d85dd7c Mon Sep 17 00:00:00 2001 From: Fu Diwei Date: Thu, 10 Apr 2025 21:57:22 +0800 Subject: [PATCH] feat(ui): adjust table scroll width in Dashboard --- ui/src/pages/dashboard/Dashboard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/pages/dashboard/Dashboard.tsx b/ui/src/pages/dashboard/Dashboard.tsx index 83f8cd47..9915a8a7 100644 --- a/ui/src/pages/dashboard/Dashboard.tsx +++ b/ui/src/pages/dashboard/Dashboard.tsx @@ -285,7 +285,7 @@ const Dashboard = () => { }} pagination={false} rowKey={(record) => record.id} - scroll={{ x: "max(100%, 960px)" }} + scroll={{ x: "max(100%, 720px)" }} size="small" />