解决 标签页样式更多下拉显示样式错乱问题
parent
300387d380
commit
61d2ff490d
|
@ -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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue