From 9be44edf26b92a4a3ed237446634a1d9279daa59 Mon Sep 17 00:00:00 2001 From: sadmark Date: Mon, 12 Jun 2017 16:28:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dtabs=E5=B5=8C=E5=A5=97bug?= =?UTF-8?q?=EF=BC=8Cissue#6431?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/tabs/style/index.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/tabs/style/index.less b/components/tabs/style/index.less index 9dde90f3a4..49fb259ba3 100644 --- a/components/tabs/style/index.less +++ b/components/tabs/style/index.less @@ -263,7 +263,7 @@ margin-top: 0!important; } - .@{tab-prefix-cls}-tab-next { + > .@{tab-prefix-cls}-tab-next { width: 100%; bottom: 0; height: 32px; @@ -272,7 +272,7 @@ } } - .@{tab-prefix-cls}-tab-prev { + > .@{tab-prefix-cls}-tab-prev { top: 0; width: 100%; height: 32px;