From d7f61fc8af2ee545e9220ad90f86d885ceab280f Mon Sep 17 00:00:00 2001 From: tianyanqiu <745916729@qq.com> Date: Thu, 31 Oct 2019 17:45:41 +0800 Subject: [PATCH] =?UTF-8?q?fix(tab-header):=20=E4=BF=AE=E5=A4=8D=E5=85=A8?= =?UTF-8?q?=E5=AE=BD=E6=A8=A1=E5=BC=8F=E5=9C=A8=E6=89=8B=E6=9C=BA=E7=AB=AF?= =?UTF-8?q?=E6=88=96=E8=80=85=E6=9C=89=E5=BE=88=E5=A4=9A=E9=80=89=E9=A1=B9?= =?UTF-8?q?=E5=8D=A1=E6=97=B6=E5=87=BA=E7=8E=B0=E6=BB=91=E5=8A=A8=E6=95=88?= =?UTF-8?q?=E6=9E=9C=E7=9A=84bug=20(#10)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/tab-header/TabList.ts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/components/tab-header/TabList.ts b/src/components/tab-header/TabList.ts index a0e192e..72ca6a8 100644 --- a/src/components/tab-header/TabList.ts +++ b/src/components/tab-header/TabList.ts @@ -8,8 +8,11 @@ interface Props { } const fullWidthCss = css` - & > * { - flex: 1; + && { + & > * { + flex: 1; + padding: 0px; + } } `;