From 948edb227f3dd2433d1e054594306ee94989d34e Mon Sep 17 00:00:00 2001 From: afc163 Date: Fri, 10 Feb 2017 11:53:08 +0800 Subject: [PATCH] fix tabs border radius --- components/tabs/style/card-style.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/tabs/style/card-style.less b/components/tabs/style/card-style.less index 7b5be58f58..1572dfe71f 100644 --- a/components/tabs/style/card-style.less +++ b/components/tabs/style/card-style.less @@ -14,7 +14,7 @@ margin: 0; border: @border-width-base @border-style-base @border-color-base; border-bottom: 0; - border-radius: 6px 6px 0 0; + border-radius: @border-radius-base @border-radius-base 0 0; transition: all 0.3s @ease-in-out; background: #f9f9f9; margin-right: 2px; @@ -73,7 +73,7 @@ line-height: 20px; text-align: center; cursor: pointer; - border-radius: 3px; + border-radius: @border-radius-base; border: @border-width-base @border-style-base @border-color-base; font-size: @font-size-base; .iconfont-size-under-12px(10px);