From 61d2ff490dc00c02d27ae5e32d57e9a7e0f9dbde Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Tue, 25 Oct 2022 22:15:31 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=20=E6=A0=87=E7=AD=BE?= =?UTF-8?q?=E9=A1=B5=E6=A0=B7=E5=BC=8F=E6=9B=B4=E5=A4=9A=E4=B8=8B=E6=8B=89?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E6=A0=B7=E5=BC=8F=E9=94=99=E4=B9=B1=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/default/tabs/index.less | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/src/layouts/default/tabs/index.less b/src/layouts/default/tabs/index.less index 309bfe8..2d920a3 100644 --- a/src/layouts/default/tabs/index.less +++ b/src/layouts/default/tabs/index.less @@ -201,3 +201,28 @@ html[data-theme='light'] { } } } + +.ant-tabs-dropdown-menu { + &-title-content { + display: flex; + align-items: center; + + .@{prefix-cls} { + &-content__info { + width: auto; + margin-left: 0; + line-height: 28px; + } + } + } + + &-item-remove { + margin-left: auto; + } +} + +.multiple-tabs__dropdown { + .ant-dropdown-content { + width: 172px; + } +}