From fff1f5b7ae66a368fb375ad562d4b2240ea5a318 Mon Sep 17 00:00:00 2001 From: Akshat Mittal Date: Fri, 20 Mar 2020 08:27:23 +0530 Subject: [PATCH] Fix Ant Table Border Radius (#22413) --- components/table/style/index.less | 1 + 1 file changed, 1 insertion(+) diff --git a/components/table/style/index.less b/components/table/style/index.less index a68bf0c1fe..80b00c8252 100644 --- a/components/table/style/index.less +++ b/components/table/style/index.less @@ -21,6 +21,7 @@ z-index: 0; clear: both; background: @table-bg; + border-radius: @border-radius-base; // https://github.com/ant-design/ant-design/issues/17611 table {