From 1c0ac6930edd2586b9c3d62d0daf7d4ef18f3dc5 Mon Sep 17 00:00:00 2001 From: vinix Date: Thu, 2 Oct 2025 14:05:09 +0700 Subject: [PATCH] update: adjust horizontal scroll width in TableList component for better data visibility --- src/components/Global/TableList.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Global/TableList.jsx b/src/components/Global/TableList.jsx index 7e4d221..76e09fd 100644 --- a/src/components/Global/TableList.jsx +++ b/src/components/Global/TableList.jsx @@ -247,7 +247,7 @@ const TableList = memo(function TableList({ loading={gridLoading} scroll={{ y: 520, - x: 1300, + x: 1520, }} />