diff --git a/src/layouts/default/tabs/index.less b/src/layouts/default/tabs/index.less index cec94f6f48032fdc36591c6023931bd2ad18187c..e6cdeb3da0f278f349d7d0c18b1a68e8fc429d94 100644 --- a/src/layouts/default/tabs/index.less +++ b/src/layouts/default/tabs/index.less @@ -181,6 +181,25 @@ 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;