From e59d07c31dec72039b3a10613a20ad4181696d2c Mon Sep 17 00:00:00 2001 From: edc-hui Date: Thu, 1 Dec 2022 10:21:33 +0800 Subject: [PATCH] fix: the right border disappears when the table has no data --- src/Table.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Table.tsx b/src/Table.tsx index 5e3c8f677..a6c3001ba 100644 --- a/src/Table.tsx +++ b/src/Table.tsx @@ -417,7 +417,7 @@ function Table(props: TableProps