From 453d278a5c6440b192c3bfd8709e6230cbdd28c2 Mon Sep 17 00:00:00 2001 From: Caspian Chen <624081567@qq.com> Date: Wed, 31 Mar 2021 15:36:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20@table-border-radius-base=E6=B2=A1?= =?UTF-8?q?=E6=9C=89=E8=A2=AB=E5=BA=94=E7=94=A8=E5=88=B0.ant-table?= =?UTF-8?q?=E8=8A=82=E7=82=B9=E4=B8=8A=20(#29966)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/table/style/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/table/style/index.less b/components/table/style/index.less index 7a42f58cc0..05a5206852 100644 --- a/components/table/style/index.less +++ b/components/table/style/index.less @@ -23,7 +23,7 @@ position: relative; font-size: @table-font-size; background: @table-bg; - border-radius: @border-radius-base; + border-radius: @table-border-radius-base; // https://github.com/ant-design/ant-design/issues/17611 table {