From e321126f9db47be8b211a7ecbc3dc53d0dfbb65d Mon Sep 17 00:00:00 2001 From: yaobin Date: Mon, 19 Dec 2022 09:28:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dtable=E5=AE=BD?= =?UTF-8?q?=E5=BA=A6=20(#939)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/react-table/src/style/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-table/src/style/index.less b/packages/react-table/src/style/index.less index 5b86f26cdd..10793f27cf 100644 --- a/packages/react-table/src/style/index.less +++ b/packages/react-table/src/style/index.less @@ -6,7 +6,7 @@ > table { display: table !important; margin: 0 !important; - // width: 100% !important; + width: 100% !important; border-spacing: 0; border-collapse: collapse; tr > th,