From f3cb0e584874bb931df469f2e156d658cc53b564 Mon Sep 17 00:00:00 2001 From: afc163 Date: Wed, 6 Apr 2016 21:02:18 +0800 Subject: [PATCH] use @border-radius-base --- style/components/table.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/components/table.less b/style/components/table.less index 6aab89f7a6..d750a1d2c2 100644 --- a/style/components/table.less +++ b/style/components/table.less @@ -133,7 +133,7 @@ table { border: 1px solid @border-color-split; padding: 0 8px; - border-radius: 6px 6px 0 0; + border-radius: @border-radius-base; } th {